import { ClientOptions } from "./types";
export declare const createGlobalsProxy: (options: ClientOptions) => {};
