import { IRequestOptions } from '../../types'; export declare function deleteQuery(project: string, queryId: string): IRequestOptions;