/** * @internal */ export declare const importQueryParam = "__mi"; /** * @internal */ export declare const importContextQueryParam = "__mi_ctx"; /** * Generates import url for the provided file. * @public * @param base - the base path * @param file - the path to file */ export declare const getUrlForFile: (base: string, file: string) => string; //# sourceMappingURL=get-url-for-file.d.ts.map