import { FilteredGithubResponse } from './type.mjs'; declare function getTemplates(x: string): Promise; export { getTemplates };