import { Pattern } from 'hexo-util';
import type { _File } from '../../box';
declare function process(file: _File): Promise<void>;
export declare const view: {
    pattern: Pattern;
    process: typeof process;
};
export {};
