export declare function isFileEmpty(path: string): Promise<boolean>;
export declare const isPlatformCaseSensitive: () => boolean;
export declare function compareFilePaths(a: string, b: string): boolean;
