import ProxyInterface from '../proxy-interface'; import { FilePathModel } from '@pkpm/pkpm-types'; declare class FilePathProxy implements ProxyInterface { private filePath; constructor(responseData: any); getModel(): FilePathModel; } export { FilePathProxy }; //# sourceMappingURL=file-path-proxy.d.ts.map