export declare const $LabelsGetResponse: {
    properties: {
        labels: {
            type: string;
        };
    };
};
