import opn from 'open'; import { ChildProcess } from 'child_process'; export declare const open: (target: string, options: opn.Options) => Promise; //# sourceMappingURL=open.d.ts.map