import type { BlockCipher } from '@jscrypto/core'; export declare function encryptWithBlockOffset(cipher: BlockCipher, input: Uint8Array, inputOffset: number, output: Uint8Array, outputOffset: number): void; export declare function decryptWithBlockOffset(cipher: BlockCipher, input: Uint8Array, inputOffset: number, output: Uint8Array, outputOffset: number): void; //# sourceMappingURL=block-offset.d.ts.map