import { ApiOptions } from '@polkadot/api/types';
export interface GearApiOptions extends ApiOptions {
    providerAddress?: string;
}
