/** * Given a file path, returns a human-readable file size description. * Returns "?? bytes" if there's some issue getting stats. */ export declare function getFileSizeSync(filePath: string): string; //# sourceMappingURL=getFileSizeSync.d.ts.map