export declare function setStoreDate(data: { id: string; answer: AnyRecord; fake_id: string; confirm_code: string; type: number; }): Promise; export declare function getStoreDate(id: string): any; export declare function modifyStoreDate(id: string, answer: AnyRecord): void;