import type { TUint8Array } from '@sinclair/typebox';
import type { FakerFn } from '../types';
/**
 * Generates fake data for Uint8Array schemas
 */
export declare const fakeUint8Array: FakerFn<TUint8Array>;
