import type { ProjectSortKey, StudioProjectSummary } from './projectWorkspaceContracts'; import type { TemplateCatalog, TemplateEntry } from './templateCatalogContracts'; export declare function filterAndSortProjects(projects: readonly StudioProjectSummary[], queryRaw: string, sort: ProjectSortKey): StudioProjectSummary[]; export declare function filterAndSortTemplates(catalog: TemplateCatalog, queryRaw: string): TemplateEntry[]; //# sourceMappingURL=workspaceSearch.d.ts.map