declare const workerCompat_functionConstructor: { (name: string): () => {}; prototype: string; }; declare const workerCompat_functionConstructorPrototype = "%CF_COMPAT_Function.prototype%"; export { workerCompat_functionConstructor, workerCompat_functionConstructorPrototype, };