/**
 * params.js
 */
export declare const ciphers: {
    [index: string]: {
        ivLength?: number;
    };
};
export declare const hashes: {
    [index: string]: {
        hashSize: number;
    };
};
