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