export declare function getMST(msit: string | null, mstVerifier: string | null): Promise<string | null>;
