export declare class ResourceLoader {
    static loadJs(src: string): Promise<void>;
    static loadCss(url: string): void;
}
