export declare class TemplateLayoutFilterDto {
    scope?: string;
    scopeId?: string;
    type?: string;
    locale?: string;
    excludeNames?: string[];
}
