export declare class Include {
    static render(template: string, processedTemplates?: Set<unknown>): string;
}
