export declare class RenderTemplateLayoutDto {
    locale?: string;
    name: string;
    scope: string;
    scopeId?: string;
    context?: Record<string, any>;
}
export declare class RenderTemplateLayoutOutput {
    content: string;
}
