/*! Copyright 2023-2024 the gnablib contributors MPL-1.1 */
export declare function shift(input: Uint8Array, diff?: number): Uint8Array;
