/** AES-256-GCM; format `v1:iv:tag:ciphertext` (base64url). */
export declare function encryptSecret(plain: string): string;
export declare function decryptSecret(payload: string): string;
//# sourceMappingURL=secret-crypto.d.ts.map