import { PrometheusEndpoint } from '@openshift-console/dynamic-plugin-sdk';
export type PrometheusURLProps = {
    endpoint: PrometheusEndpoint;
    endTime?: number;
    namespace?: string;
    query?: string;
    samples?: number;
    timeout?: string;
    timespan?: number;
    cluster?: string;
};
export declare const getFleetPrometheusURL: (props: PrometheusURLProps, basePath?: string) => string;
//# sourceMappingURL=utils.d.ts.map