export declare function create(): Promise; export declare function create(opts: { format: 'raw'; }): Promise; export declare function encrypt(msg: Uint8Array | string, key: Uint8Array | string): Promise; export declare function encrypt(msg: Uint8Array | string, key: Uint8Array | string, opts: { format: 'raw'; }): Promise; export declare function decrypt(cipherText: string | Uint8Array, key: string | Uint8Array, opts: { format: 'raw'; }): Promise; export declare function decrypt(cipherText: string | Uint8Array, key: string | Uint8Array): Promise; //# sourceMappingURL=aes.d.ts.map