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