import type { ContentType } from '../modules/TemplateTypesList'; export default function getContentType(cb: (type: string) => T): (path: string) => Promise; export declare function getContentTypeInfo(cb: (content: ContentType) => T): (path: string) => Promise;