export declare const rsaSetup: (key: string) => (string: string) => string; export declare function generateApplicationHeader(obj: Record): string;