import { SizeSummary } from "./types/FolderSummary.js"; /** * Takes a string and simply returns the amount of characters, the amount of lines and the amount of bytes */ export declare const getStringSizeSummary: (string: string) => SizeSummary; //# sourceMappingURL=getStringSizeSummary.d.ts.map