import { PipelineDomainDomain } from "./domain"; export declare class PipelineDomainDomainObjectIdentifier { domain: PipelineDomainDomain; domainObjectId: string; identifierKey: string; identifier: string; } //# sourceMappingURL=domainObjectIdentifier.d.ts.map