declare type ScriptParams = {
    src: string;
    id: string;
    name: string;
};
export declare function loadScript({ src, id, name }: ScriptParams): Promise<void>;
export declare function getVersionedUrl(url: string, version: string): string;
export {};
