export default class FilePath { readonly filePath: string; readonly webPath: string; readonly dir: string; readonly name: string; readonly baseName: string; readonly ext: string; get fileUrl(): string; constructor(filePath: string); relativeTo(root: FilePath): string; toString(): string; changeExtension(ext: string): string; } //# sourceMappingURL=FilePath.d.ts.map