declare const _default: {
    hash: {
        algorithm: string;
    };
    encryption: {
        algorithm: string;
        secretKey: string | undefined;
    };
};
export default _default;
