import { MSTResponse, GetMSTByMSITParams } from '../def';
export declare function getMSTByMSIT(params: GetMSTByMSITParams): Promise<MSTResponse>;
