/** 解决 Browser 情况下的 Worker 跨域问题 */ export declare const WorkerURLWrapper: (url: string, type?: 'classic' | 'module') => string;