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