import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type NotificationTriggerVariable = { /** * Name of the variable */ name: string; }; /** @internal */ export declare const NotificationTriggerVariable$inboundSchema: z.ZodType; export declare function notificationTriggerVariableFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=notificationtriggervariable.d.ts.map