import { PrometheusPollProps, PrometheusResponse } from '@openshift-console/dynamic-plugin-sdk';
type UsePrometheusPoll = (props: PrometheusPollProps & {
    cluster?: string;
}) => [PrometheusResponse | null, unknown, boolean];
export declare const useFleetPrometheusPoll: UsePrometheusPoll;
export {};
//# sourceMappingURL=index.d.ts.map