import ServiceBase from '../base';
declare class AccountService extends ServiceBase {
    getAllAccounts: (data: any) => Promise<{}>;
    getAccountByAccountId: (data: any) => Promise<{}>;
    getAccountPublicInfo: (data: any) => Promise<{}>;
    addAccount: (data: any) => Promise<{}>;
    shiftAccountActive: (data: any) => Promise<{}>;
    updateAccount: (options: any) => Promise<{}>;
    createPersonalAccount: () => Promise<{}>;
    updateAccountMailInscribe: (data: any) => Promise<{}>;
    getQuillEditorContent: (data: any) => Promise<{}>;
    getPublicAccounts: () => Promise<{}>;
    setUserToAccountAdmin: (data: any) => Promise<{}>;
    getAccountProfile: (accountId: any) => Promise<{}>;
    newAccountProfile: (options: any) => Promise<{}>;
    updateAccountProfile: (options: any) => Promise<{}>;
    getExtendCategories: (data: any) => Promise<{}>;
    getExtendAttrResource: (data: any) => Promise<{}>;
    addExtendCategories: (data: any) => Promise<{}>;
    updateExtendCategory: (data: any) => Promise<{}>;
    deleteExtendCategory: (data: any) => Promise<{}>;
    addExtendAttribute: (data: any) => Promise<{}>;
    updateExtendAttribute: (data: any) => Promise<{}>;
    deleteExtendAttribute: (data: any) => Promise<{}>;
}
export { AccountService, };
//# sourceMappingURL=accounts.d.ts.map