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