export declare function optionallyAddLeadingSlash(filePath: string): string;
export declare function optionallyRemoveLeadingSlash(filePath: string): string;
export declare function optionallyRemoveTrailingSlash(path: string): string;
