import { CIPHER, Cipher, CipherOptions } from '../interfaces/cipher.interface'; export declare const CipherCreator: { create(cipher: CIPHER, password: string, options?: CipherOptions): Promise; };