import { BatchOptions } from './types'; export declare const userDataPath: (userId: string, fields?: string[] | undefined) => string; export declare const batchUserDataPath: (fields: string[], options: BatchOptions) => string; export declare const dataKeyPath: (userId: string) => string; export declare const batchDataKeyPath: () => string; export declare const wrapperKeyPath: (userId: string) => string; export declare const fileUploadsPath: (userId: string, fieldId: string) => string; export declare const fileDownloadsPath: (userId: string, fieldId: string, fileId: string) => string; export declare const integrityHashPath: (integrityHash: string) => string; export declare const siweNoncePath: () => string; export declare const siwePath: () => string;