export declare class BCMSApiKeyService { static updateTemplateName(data: { templateId: string; name: string; }): Promise; }