import { type EntityNamesRecord } from "../../entity/entity-manager"; import { type TemplateOptions } from "../../types/types"; import { Template } from "../template"; export declare class Template__view_search_input extends Template { constructor(); getTargetAndPath(names: EntityNamesRecord): { target: string; path: string; }; getRequiredDictKeys(): string[] | null; render({ entityId }: TemplateOptions["view_search_input"]): Promise<{ body: string; importKeys: never[]; target: string; path: string; }>; } //# sourceMappingURL=view_search_input.template.d.ts.map