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