export declare function bitLength(alg: string): 96 | 128;
declare const _default: (alg: string) => Uint8Array;
export default _default;
