export declare function addScript(url: string, attributes?: {
    [key: string]: string | undefined;
}, callback?: () => void): void;
