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