import ProxyInterface from '../proxy-interface'; import { FilePageModel } from '../model/file'; declare class FilePageProxy implements ProxyInterface { private filePage; constructor(responseDate: any); getModel(): FilePageModel; } export { FilePageProxy }; //# sourceMappingURL=file-page-proxy.d.ts.map