/** Returns whether the payload is a string */
export declare function isString(payload: unknown): payload is string;