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