/*!
 * V4Fire Core
 * https://github.com/V4Fire/Core
 *
 * Released under the MIT license
 * https://github.com/V4Fire/Core/blob/master/LICENSE
 */
import type { EmitLikeEvents, AsyncOptions } from '../../../../core/async/modules/events';
import type { DataProviderMethodsToReplace } from '../../../../core/async/interface';
export declare const emitLikeEvents: EmitLikeEvents[];
export declare const dataProviderMethodsToReplace: DataProviderMethodsToReplace[];
export declare const asyncOptionsKeys: Array<keyof AsyncOptions>;
