/// export declare const symbols: () => { ok: string; fail: string; }; export declare const getPlatformName: (platform?: NodeJS.Platform) => "linux" | "windows" | "mac"; export declare const copySync: (src: string, dest: string, excludeDir?: string[]) => void; export declare const rmDirSync: (dirPath: string) => void; export declare const iosRealDeviceUDID: (udid: string) => string; //# sourceMappingURL=utils.d.ts.map