import { IPC_PACKET, IPC_RESULT, IpcWork } from "./IpcWork"; import { EVENT_TYPE } from "../@types/types"; export declare class FILE extends IpcWork { constructor(); run(eventType: EVENT_TYPE, param: IPC_RESULT, subEventKey?: string): any; WRITE(param: IPC_RESULT): any; READ(param: IPC_RESULT): any; openFile(param: IPC_RESULT): void; getFileType(types: string[]): Electron.FileFilter[] | undefined; } //# sourceMappingURL=FILE.d.ts.map