export declare const JWT_CONFIG: {
    secret: string;
    expiresIn: string;
    refreshExpiresIn: string;
};
//# sourceMappingURL=jwt.d.ts.map