import type { JwtSecret } from "./types.js"; export declare function createSecret(secret: string): JwtSecret; //# sourceMappingURL=config.d.ts.map