import * as z from "zod/v3";
export type UpdateAiGatewayVirtualModelConfigRequest = {
    /**
     * The Team identifier to perform the request on behalf of.
     */
    teamId?: string | undefined;
    /**
     * The Team slug to perform the request on behalf of.
     */
    slug?: string | undefined;
};
/** @internal */
export type UpdateAiGatewayVirtualModelConfigRequest$Outbound = {
    teamId?: string | undefined;
    slug?: string | undefined;
};
/** @internal */
export declare const UpdateAiGatewayVirtualModelConfigRequest$outboundSchema: z.ZodType<UpdateAiGatewayVirtualModelConfigRequest$Outbound, z.ZodTypeDef, UpdateAiGatewayVirtualModelConfigRequest>;
export declare function updateAiGatewayVirtualModelConfigRequestToJSON(updateAiGatewayVirtualModelConfigRequest: UpdateAiGatewayVirtualModelConfigRequest): string;
//# sourceMappingURL=updateaigatewayvirtualmodelconfigop.d.ts.map