export declare const getExistingResultIdFromStorage: (leapchatId?: string) => string | undefined; export declare const setResultInStorage: (storageType?: 'local' | 'session') => (leapchatId: string, resultId: string) => void; //# sourceMappingURL=storage.d.ts.map