declare const crypt: {
    hashSaltRounds: number;
    signOptions: {
        algorithm: string;
        expiresIn: string;
    };
    signServiceOptions: {
        algorithm: string;
        expiresIn: string;
    };
};
export default crypt;
//# sourceMappingURL=crypt.d.ts.map