export declare const onlyNetcdf: { 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; bbox: boolean; variable: boolean; shape: boolean; dimension: boolean; }; outputFormats: string[]; }; }[]; variables: { conceptId: string; name: string; href: string; }[]; configuredOutputFormats: never[]; capabilitiesVersion: string; };