import { runCorsProxy } from "./run";
import { cleanUpCorsProxy } from "./cleanup";
export declare const corsProxy: {
    run: typeof runCorsProxy;
    cleanUp: typeof cleanUpCorsProxy;
};
//# sourceMappingURL=index.d.ts.map