import { SmrtCollection } from '@happyvertical/smrt-core'; import { ContentGovernanceProfile } from './content-governance-profile'; export declare class ContentGovernanceProfileCollection extends SmrtCollection { static readonly _itemClass: typeof ContentGovernanceProfile; getByKey(key: string): Promise; } //# sourceMappingURL=content-governance-profiles.d.ts.map