import { Callback } from "../callback"; import { PageBeanString } from "../models"; export class Labels { getLabels( ops: { query: string; }, callback?: Callback ): Promise; getAllLabels( opts?: { startAt?: number; maxResults?: number; }, callback?: Callback ): Promise; }