import { Account } from "../types";
export declare function createAccounts(n: number): Promise<Account[]>;
