import { JsonObject } from '@superset-ui/core'; export declare function getURIDirectory(endpointType?: string): string; export declare function getExploreLongUrl(formData: JsonObject, endpointType: string, allowOverflow?: boolean, extraSearch?: {}): string | undefined; //# sourceMappingURL=explore.d.ts.map