export declare const useAccounts: () => {
    accounts: string[];
};
