import { FilePathService } from '../types/filepath'; import { Newable } from '../types/protocol'; export declare abstract class FilePath { static getInstance(): Promise; static registerFilePathService(service: Newable): Promise; } //# sourceMappingURL=filepath.d.ts.map