import { IncomingMessage } from "http";
declare const getSecret: (req: IncomingMessage, tokenKey: string) => string;
export { getSecret };
