import type { AccountId, Client, PublicKey } from '@hashgraph/sdk'; import { BigNumber } from 'bignumber.js'; export declare function createAccount(client: Client, options: { publicKey: PublicKey; initialBalance: BigNumber; }): Promise; //# sourceMappingURL=create-account.d.ts.map