/** * @file index * @author Cuttle Cong * @date 2018/3/24 * @description */ import { Edam } from '../../index'; export declare type Plugin = [ (options: any, edam: Edam) => void, any ]; declare const _default: Plugin[]; export default _default;