import { type ContentState, type Diagnostic } from "@aotter/mantle-spec"; export { notFoundDiagnostic, withConflictDiagnostic, } from "../../domain/service/EntryMutationDiagnostics.js"; export declare function illegalTransitionDiagnostic(path: string, from: ContentState, to: ContentState): Diagnostic; export declare function schemaUnknownDiagnostic(path: string, collection: string, candidates: readonly string[]): Diagnostic; export declare function sortFieldUnavailableDiagnostic(path: string, field: string): Diagnostic; //# sourceMappingURL=diagnostics.d.ts.map