import { AccountParams } from '../types'; export declare const accountExists: ({ accountId, rpcUrl }: AccountParams) => Promise; //# sourceMappingURL=account.d.ts.map