import { Account as _Account } from "@replikit/storage/typings"; import { AccountInfo } from "@replikit/core/typings"; import { Controller } from "@replikit/core"; export declare class Account { getController(): Controller | undefined; getAccountInfo(): Promise; } export interface Account extends _Account { }