export declare function dasherize(str: string): string;
export declare function stripJsonComments(json: string): string;
export declare function removeTrailingPathSep(filePath: string): string;
export declare const hasSpaces: (str: string) => boolean;