import { Filter } from '../types.ts';
import { RealTimeFeedBase } from './realtimefeed.ts';
export declare class CoinbaseInternationalRealTimeFeed extends RealTimeFeedBase {
    private _hasCredentials;
    protected get wssURL(): string;
    protected mapToSubscribeMessages(filters: Filter<string>[]): any[];
    private getAuthParams;
    protected messageIsError(message: any): boolean;
}
//# sourceMappingURL=coinbaseinternational.d.ts.map