import type { IApi } from './types';
export default _default;
declare function _default(api: IApi): {
    plugins: string[];
};
