/**
 * Required for execution
 * Result of activation
 *
 */
export type AiParameterArgumentBinding = {
    /**
     * Max Length: 256.
     */
    key: string;
    /**
     * Max Length: 5000.
     */
    value: string;
} & Record<string, any>;
//# sourceMappingURL=ai-parameter-argument-binding.d.ts.map