import { HandlebarsTemplateEngine, type TemplateEngineInput } from '@solid/community-server'; /** Preserve exact identity IRIs in the controlled CSS Profile and ACL/ACR templates. */ export declare class RdfHandlebarsTemplateEngine extends HandlebarsTemplateEngine { /** @param baseUrl - Base URL used by the CSS template engine. */ constructor(baseUrl: string); handle(input: TemplateEngineInput>): Promise; }