export declare const $LocationUpdate: {
    properties: {
        name: {
            type: string;
        };
        labels: {
            type: string;
            contains: {
                type: string;
            };
        };
        cpunode_count: {
            type: string;
        };
    };
};
