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