import { Service } from '../../Service';
export declare class MOTTaxableService extends Service {
    static MOT: string;
    static KOVAN_MOT: string;
    static getChainMOTAddress(): string;
    static create(address: string): Promise<MOTTaxableService>;
    MOT(): Promise<string>;
    feeAmount(): Promise<number>;
    motNetwork(mot: string): string;
}
