declare type ModuleParams = {
    src: string;
    id: string;
    name: string;
};
export declare function loadModule({ src, id, name }: ModuleParams): Promise<HTMLScriptElement>;
export declare function getVersionedUrl(url: string, version: string): string;
export {};
