export declare const ScriptLoaderProtocol: {
    AUTO: string;
    HTTP: string;
    HTTPS: string;
};
