export declare const allServices: { conceptId: string; shortName: string; summary: { subsetting: { bbox: boolean; dimension: boolean; shape: boolean; temporal: boolean; variable: boolean; }; reprojection: { supported: boolean; supportedProjections: never[]; interpolationMethods: never[]; }; averaging: { time: boolean; area: boolean; }; concatenation: boolean; outputFormats: string[]; }; services: ({ name: string; href: string; capabilities: { subsetting: { temporal: boolean; variable: boolean; multiple_variable: boolean; bbox?: undefined; dimension?: undefined; shape?: undefined; }; outputFormats: string[]; averaging?: undefined; }; } | { name: string; href: string; capabilities: { subsetting: { temporal: boolean; bbox: boolean; dimension: boolean; shape: boolean; variable: boolean; multiple_variable?: undefined; }; outputFormats: string[]; averaging?: undefined; }; } | { name: string; href: string; capabilities: { subsetting: { bbox: boolean; temporal: boolean; variable: boolean; multiple_variable: boolean; dimension?: undefined; shape?: undefined; }; averaging: { time: boolean; area: boolean; }; outputFormats: string[]; }; })[]; variables: { conceptId: string; name: string; href: string; }[]; configuredOutputFormats: never[]; capabilitiesVersion: string; };