import type { Template, TemplateMetadata } from './types'; /** * Get a template by ID */ export declare function getTemplate(id: string): Promise