import { RequestConfig } from '../../dex-helper/irequest-wrapper'; import { RFQSecret } from './types'; export declare const genericRFQAuthHttp: (pathToRemove?: string) => (secret: RFQSecret) => (options: RequestConfig) => RequestConfig;