import { AccountBase } from '@interchainjs/types/account';
/**
 * Account for Injective chain.
 */
export declare class InjAccount extends AccountBase {
    /**
     * Create inj address by pubkey.
     */
    getAddressByPubKey(): string;
}
