/** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */
/** Variable will have parameters required to test an API */
export interface Variable {
    key?: string | undefined;
    value?: string | undefined;
    isSecret?: boolean | undefined;
}
//# sourceMappingURL=Variable.d.ts.map