import { InputDataType } from './types'; export declare function validateChunk(chunk: unknown): InputDataType;