import { PluginOptions } from '../shared/types';
declare const _default: (opts: Partial<PluginOptions>, ctx: any) => Promise<{
    name: string;
    enhanceAppFiles(): Promise<{
        name: string;
        content: string;
    } | undefined>;
} | undefined>;
export = _default;
