import { PluginObject } from 'vue'; export interface IOptions { exclude: string[]; toast(message: string): any; } export declare const defaultOptions: IOptions; declare const Es6Promise: PluginObject; export default Es6Promise;