export interface FastElectronConfig { type?: 'ant-design-pro' | 'create-react-app' | 'vue'; } declare const main: ({ type }: FastElectronConfig) => void; export default main; //# sourceMappingURL=index.d.ts.map