import { MSITResponse, GetMSITParams } from '../def';
export declare function getMSIT(params: GetMSITParams): Promise<MSITResponse>;
