import type { BaseClientOptions } from "../../../../BaseClient"; import { type NormalizedClientOptionsWithAuth } from "../../../../BaseClient"; import { V1Client } from "../resources/v1/client/Client"; export declare namespace CustomSchemasClient { type Options = BaseClientOptions; } export declare class CustomSchemasClient { protected readonly _options: NormalizedClientOptionsWithAuth; protected _v1: V1Client | undefined; constructor(options: CustomSchemasClient.Options); get v1(): V1Client; }