declare function fnReviver(reviver: any): (key: any, value: any) => any;
declare function fnReplacer(replacer: any): any;
export declare const stringifyDate: {
    stringify: (value: any, replacer?: any, space?: any) => any;
    parse: (text: any, reviver?: any) => any;
    setOptions: (opt: any) => void;
    getReviver: typeof fnReviver;
    getReplacer: typeof fnReplacer;
};
export {};
