/** A structure describing the template usage result */
export interface TemplateUsageOptionsDetails {
    /** The description of the template. */
    description: string;
    /** The name of the template */
    name: string;
}
//# sourceMappingURL=TemplateUsageOptionsDetails.d.ts.map