/**
 * Representation of the 'TemplateRefByID' schema.
 */
export type TemplateRefByID = {
    /**
     * ID of the template in prompt registry
     * @example "template_id"
     */
    id: string;
};
//# sourceMappingURL=template-ref-by-id.d.ts.map