export interface Chunker { chunk(input: TInput): string[]; }