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