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