import { ParsedQuery } from '../types'; export declare function parse(strings: TemplateStringsArray | string, ...values: any[]): ParsedQuery;