export interface Account { address: string; label: string; } export declare function getAccount(): Promise; //# sourceMappingURL=getAccount.d.ts.map