export declare function basename(filepath: string, extension?: string): string; export declare function dirname(filepath: string): string; export declare function extname(filepath: string): string; export declare function filestem(filepath: string): string; export declare function isContentFile(filepath: string): boolean; export declare function isTypeFile(filepath: string): boolean; export declare function join(...segments: string[]): string; export declare function stripExtension(filepath: string): string; export declare function stripPrefix(filepath: string, prefix: string): string; //# sourceMappingURL=path.d.ts.map