declare function parseTemplate(category?: string | boolean, template?: string | boolean): [string, string]; export { parseTemplate };