import { Fetcher } from '../../common/api'; import { IAccount, IAccountCreateInputDto } from '../types/entities'; export declare const createAccount: (fetcher: Fetcher, data: IAccountCreateInputDto) => Promise;