/**
 * Parses maybe empty value (`undefined`, empty string or empty buffer) as JSON.
 */
export declare const parseMaybeEmptyValueAsJson: <Return>(value: unknown) => Return | undefined;
