import { PluginOptions } from './types';
export declare class NextTribuneBlogPlugin {
    private options;
    constructor(options?: PluginOptions);
    apply(nextConfig: any): any;
}
//# sourceMappingURL=plugin.d.ts.map