export declare const decStringValue: (clientId: string, encodeString: string) => string; export declare const encStringValue: (clientId: string, text: string) => string; export declare const getClientIdFromRequest: (req: any) => any; export declare const setupClientIdKey: (cik: string) => void; export declare const setupCryptoKey: (userKey: string) => void;