import type { IApi } from "./types";
declare const _default: (api: IApi) => {
    plugins: string[];
};
export default _default;
