import { ResponseType } from '../../constants';
export declare function detectResponseType(input?: string | null): ResponseType;
