export declare const encrypt: (payload: unknown, secret?: string) => string | null; export default encrypt; //# sourceMappingURL=encrypt.d.ts.map