export declare function format(query: string, values: Record<string, any> | any[]): string;
