/** Returns whether the payload is a string, BUT returns false for '' */
export declare function isFullString(payload: unknown): payload is string;