export default class Utils {
    static fetchLocal(url: string): Promise<Response>;
}
