import { Editor } from '../../core/Editor.js'; import { AuthoritiesListInput, AuthoritiesGetInput, AuthoritiesInsertInput, AuthoritiesConfigureInput, AuthoritiesRebuildInput, AuthoritiesRemoveInput, AuthoritiesInfo, AuthoritiesMutationResult, AuthorityEntryListInput, AuthorityEntryGetInput, AuthorityEntryInsertInput, AuthorityEntryUpdateInput, AuthorityEntryRemoveInput, AuthorityEntryInfo, AuthorityEntryMutationResult, MutationOptions } from '@superdoc/document-api'; export declare function authoritiesListWrapper(editor: Editor, query?: AuthoritiesListInput): import('@superdoc/document-api').DiscoveryResult, undefined>; export declare function authoritiesGetWrapper(editor: Editor, input: AuthoritiesGetInput): AuthoritiesInfo; export declare function authoritiesInsertWrapper(editor: Editor, input: AuthoritiesInsertInput, options?: MutationOptions): AuthoritiesMutationResult; export declare function authoritiesConfigureWrapper(editor: Editor, input: AuthoritiesConfigureInput, options?: MutationOptions): AuthoritiesMutationResult; export declare function authoritiesRebuildWrapper(editor: Editor, input: AuthoritiesRebuildInput, options?: MutationOptions): AuthoritiesMutationResult; export declare function authoritiesRemoveWrapper(editor: Editor, input: AuthoritiesRemoveInput, options?: MutationOptions): AuthoritiesMutationResult; export declare function authorityEntriesListWrapper(editor: Editor, query?: AuthorityEntryListInput): import('@superdoc/document-api').DiscoveryResult, undefined>; export declare function authorityEntriesGetWrapper(editor: Editor, input: AuthorityEntryGetInput): AuthorityEntryInfo; export declare function authorityEntriesInsertWrapper(editor: Editor, input: AuthorityEntryInsertInput, options?: MutationOptions): AuthorityEntryMutationResult; export declare function authorityEntriesUpdateWrapper(editor: Editor, input: AuthorityEntryUpdateInput, options?: MutationOptions): AuthorityEntryMutationResult; export declare function authorityEntriesRemoveWrapper(editor: Editor, input: AuthorityEntryRemoveInput, options?: MutationOptions): AuthorityEntryMutationResult; //# sourceMappingURL=authority-wrappers.d.ts.map