export declare const copilotEvent: import("@codemirror/state").AnnotationType; /** * Annotation that signals to upstream integrations * that this transaction should not be included * in history or treated otherwise as a user edit. */ export declare const copilotIgnore: import("@codemirror/state").AnnotationType; //# sourceMappingURL=annotations.d.ts.map