import { Config } from '@oclif/core';
import { PluginLegacy } from '..';
declare const hook: ({ config }: {
    config: Config;
}) => Promise<(PluginLegacy | undefined)[]>;
export default hook;
