export declare type GetModule = (url: string, options?: any) => Promise<string>;
