/**
 * Definition of a community template
 */
export declare type CommunityTemplates = {
    /**
     * name of template
     */
    templateName: string;
    /**
     * publisher for the template
     */
    publisher: string;
};
