export declare const getMetaValue: (key: string) => Promise<string | undefined>;
export declare const setMetaValue: (key: string, value: any) => Promise<void>;
export declare const setCurrentDatetimeMetaValue: (key: string) => void;
export declare const getDatetimeMetaValue: (key: string) => Promise<Date | undefined>;
