import { BaseServiceOptions } from '../infrastructure'; import { ResourceLabels } from '../templates'; export declare class GroupLabels extends ResourceLabels { constructor(options: BaseServiceOptions); }