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