/** * Возможность браузера в асинхронный режим работы */ export declare const isAsync: () => boolean;