import { URLMeta } from "./url"; export declare function rewriteWorkers(js: string | Uint8Array, type: string, url: string, meta: URLMeta): string;