import type { Annotation } from "./Annotation"; export declare class IDAnnotation implements Annotation { readonly name = "id"; } //# sourceMappingURL=IDAnnotation.d.ts.map