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