import { Document, JSON } from "./internals"; export type AnnotationAttributesObject = { [key: string]: any; }; export declare function unprefix(vendorPrefix: string, subdocuments: { [key: string]: typeof Document; }, attribute: JSON, path?: Array): NonNullable; export declare function toJSON(vendorPrefix: string, attribute: NonNullable): any; export declare function clone(attribute: any): NonNullable; export declare function withStableIds(attribute: any, ids: Map): NonNullable; export declare function removeUndefinedValuesFromObject(obj: any): any; //# sourceMappingURL=attributes.d.ts.map