import { gracely } from "gracely"; import { http } from "cloudly-http"; import { Label } from "../Label"; export declare class Labels { private readonly client; readonly type: Label.Type; constructor(client: http.Client, type: Label.Type); create(label: Label): Promise