export declare const $LocationChangeRequested: {
    properties: {
        cpunode_count: {
            type: string;
        };
        product_no: {
            type: string;
        };
        parent_location_uuid: {
            type: string;
        };
    };
};
