import * as z from "zod/v3";
export type GetSupportedTldsRequest = {
    teamId?: string | undefined;
};
/** @internal */
export type GetSupportedTldsRequest$Outbound = {
    teamId?: string | undefined;
};
/** @internal */
export declare const GetSupportedTldsRequest$outboundSchema: z.ZodType<GetSupportedTldsRequest$Outbound, z.ZodTypeDef, GetSupportedTldsRequest>;
export declare function getSupportedTldsRequestToJSON(getSupportedTldsRequest: GetSupportedTldsRequest): string;
//# sourceMappingURL=getsupportedtldsop.d.ts.map