import Box from '../box'; import type Hexo from './index'; declare class Source extends Box { constructor(ctx: Hexo); } export = Source;