import { IRequestOptions } from '../../types'; export declare function createQuery(project: string, parentPath: string, queryName: string, wiql: string): IRequestOptions;