/**
 * Create the browser script. This project is compiled as CJS because it also needs to run in node, so
 * we create a small wrapper.
 *
 * It can't be ESM anyway, because it should work on older browsers as well.
 */
export declare const browserScript: string;
//# sourceMappingURL=browserScript.d.ts.map