3 lines
226 B
TypeScript
3 lines
226 B
TypeScript
|
|
declare function start(params: unknown): Promise<import("child_process").ChildProcessWithoutNullStreams>;
|
||
|
|
declare function download(edgeVersion?: string, cacheDir?: string): Promise<string>;
|
||
|
|
//# sourceMappingURL=index.d.ts.map
|