//#region src/utils/getChunk.d.ts type TrunkOptions = { lineStart?: number; lineLength?: number; charStart?: number; charLength?: number; }; export declare const getChunk: (text: string, options?: TrunkOptions) => string; //#endregion //# sourceMappingURL=getChunk.d.ts.map