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

export { bitLength, _default as default };
