export interface BCMSHeadMetaService { set(options: { title?: string }): void; }