/** * Quote the provided JQL string (and escape any existing quotes) if the input string uses reserved characters. * * @param jqlString String to sanitise */ export declare const sanitiseJqlString: (jqlString: string) => string;