declare global {
    interface ESLLibrary {
    }
    const ESL: ESLLibrary;
    export interface Window {
        ESl: ESLLibrary;
    }
}
export {};
