import * as z from "zod/v3";
import { Result as SafeParseResult } from "../../types/fp.js";
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
export type IntegrationsSchemasTurbineToolLocale = {
    name: {
        [k: string]: string;
    };
    description: {
        [k: string]: string;
    };
    usageSentence: {
        [k: string]: string;
    };
};
/** @internal */
export declare const IntegrationsSchemasTurbineToolLocale$inboundSchema: z.ZodType<IntegrationsSchemasTurbineToolLocale, z.ZodTypeDef, unknown>;
export declare function integrationsSchemasTurbineToolLocaleFromJSON(jsonString: string): SafeParseResult<IntegrationsSchemasTurbineToolLocale, SDKValidationError>;
//# sourceMappingURL=integrationsschemasturbinetoollocale.d.ts.map