import type { ChannelShape } from '../types/datastreams.type'; export declare const DEFAULT_SHAPE: { 'fn:jmespath': string; }; export declare const DEFAULT_CHANNEL = "cronkite:stream"; export declare const DEFAULT_CHANNELS: ChannelShape[]; export declare const RESPONSE_MIMETYPE: { csv: string; json: string; text: string; tsv: string; };