/** * The MDS TS Library for building MiniDapps * by Minima Global */ import type { MDSObj } from './index.js'; export declare const MDS: MDSObj; export declare function httpPostAsync(theUrl: T, params: O, callback?: (msg: U) => void): void; //# sourceMappingURL=mds.d.ts.map