export declare const searchEn: { readonly tabRooms: 'Rooms'; readonly tabLabels: 'Labels'; readonly closeTitle: 'Close (Esc)'; readonly placeholderRooms: 'name, ID, or filters like env:3 stubs:>0… (Tab to switch)'; readonly placeholderLabels: 'label text… (Tab to switch)'; readonly clearTitle: 'Clear'; readonly noMatches: 'No matches'; readonly tooManyResults: 'Showing first 100 results — refine your query'; readonly unnamed: 'unnamed'; readonly emptyLabel: 'empty label'; readonly filtersToggle: 'Filters'; readonly filtersHelpTitle: 'Filter syntax'; readonly filtersHelpHint: 'Combine filters and free text. Use >, <, ranges (1-5), or yes/no. Prefix with - to negate.'; readonly invalidFilter: 'Invalid filter: {{token}}'; readonly helpEnv: 'environment id'; readonly helpWeight: 'room weight above 5'; readonly helpExits: 'exactly one exit'; readonly helpDeadend: 'dead-ends (single exit)'; readonly helpStubs: 'has exit stubs'; readonly helpDoor: 'has a door'; readonly helpLocked: 'not locked'; readonly helpHidden: 'hidden rooms'; readonly helpSpecial: 'has special exits'; readonly helpCustomLine: 'has custom lines'; readonly helpSymbol: 'has a symbol'; readonly helpArea: 'area name contains'; readonly helpZ: 'on z-level 0'; readonly helpNegate: 'negate: no door'; }; export type SearchLocale = { [K in keyof typeof searchEn]: string; };