export declare const expressJwtSecret: (options: any) => (req: any, header: any, payload: any, cb: any) => Promise<string | void>;
