import ElectronWindow from "./view/ElectronWindow"; export interface CONFIG_OPTION { configPath?: Array; } export default class BIFlowDesktopBuilder { static isConfig: boolean; static create(mainWindow: new (...args: any[]) => T, isStart?: boolean): typeof BIFlowDesktopBuilder | undefined; static config(options?: CONFIG_OPTION): typeof BIFlowDesktopBuilder; } //# sourceMappingURL=BIFlowDesktopBuilder.d.ts.map