import { type Namespaces } from "./Namespaces.js";
/** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */
export interface SetMask {
    xPath?: string | undefined;
    jPath?: string | undefined;
    regex?: string | undefined;
    maskValue?: string | undefined;
    namespaces?: Namespaces[] | undefined;
}
//# sourceMappingURL=SetMask.d.ts.map