import { Editor } from '../../core/Editor.js'; import { CustomXmlPartsListInput, CustomXmlPartsListResult, CustomXmlPartsGetInput, CustomXmlPartInfo, CustomXmlPartsCreateInput, CustomXmlPartsCreateResult, CustomXmlPartsPatchInput, CustomXmlPartsRemoveInput, CustomXmlPartsMutationResult, CustomXmlPartsAdapter, MutationOptions } from '../../../../../../document-api/src/index.js'; export declare function customXmlPartsListWrapper(editor: Editor, query?: CustomXmlPartsListInput): CustomXmlPartsListResult; export declare function customXmlPartsGetWrapper(editor: Editor, input: CustomXmlPartsGetInput): CustomXmlPartInfo | null; export declare function customXmlPartsCreateWrapper(editor: Editor, input: CustomXmlPartsCreateInput, options?: MutationOptions): CustomXmlPartsCreateResult; export declare function customXmlPartsPatchWrapper(editor: Editor, input: CustomXmlPartsPatchInput, options?: MutationOptions): CustomXmlPartsMutationResult; export declare function customXmlPartsRemoveWrapper(editor: Editor, input: CustomXmlPartsRemoveInput, options?: MutationOptions): CustomXmlPartsMutationResult; export declare function createCustomXmlPartsAdapter(editor: Editor): CustomXmlPartsAdapter; //# sourceMappingURL=custom-xml-wrappers.d.ts.map