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