import type { Options, Plugin } from './types'; export declare function getPlugins(options: Options): Plugin[];