import { RegexReplaceCommand, RegexReplacer, SsgContext } from "ssg-api"; /** * Replaces SSI's `` by fileName's contents. */ export declare class SsiIncludeReplaceCommand extends RegexReplaceCommand { constructor(); protected createReplacer(context: SsgContext): Promise; }