import { InjectiveDomain, SignerConfig } from '@interchainjs/types';
import { Auth } from '@interchainjs/types';
import { DomainOptions, InjectiveAccount } from './types';
export declare function getAccountFromAuth(auth: Auth, pubKeyConfig?: SignerConfig['publicKey']): InjectiveAccount;
export declare function updateDomain(defaultOptions: Required<DomainOptions>, options?: DomainOptions): InjectiveDomain;
