import { FlowrApplication } from './FlowrApplication'; export declare class FlowrApplicationElectron extends FlowrApplication { restrictions?: { [key: string]: string; }[]; constructor(src: FlowrApplicationElectron); }