export declare const useVmResources: () => import("@tanstack/react-query").UseQueryResult<{
    any_free_slot: boolean;
}, Error>;
