import type { AppOptionsType } from '../../types';
export declare function initMixin(app: any, options: AppOptionsType): void;
