import { SmrtCollection } from '@happyvertical/smrt-core'; import { ContentCorrection } from './content-correction'; export declare class ContentCorrectionCollection extends SmrtCollection { static readonly _itemClass: typeof ContentCorrection; listForContent(contentId: string): Promise; getPublishedForContent(contentId: string): Promise; issue(options: ConstructorParameters[0]): Promise; } //# sourceMappingURL=content-corrections.d.ts.map