UNPKG

156 BTypeScriptView Raw
1export declare function runDeviceAsync(argv: {
2 config?: string;
3 package: string;
4 release: boolean;
5 debug: boolean;
6}): Promise<void>;