| Current Path : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/next/dist/server/ |
| Current File : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/next/dist/server/crypto-utils.d.ts |
export declare function encryptWithSecret(secret: Buffer, data: string): string; export declare function decryptWithSecret(secret: Buffer, encryptedData: string): string;