import { Falsy } from './falsy';
export declare type SQLFragment = string | Falsy | SQLFragment[];
export declare type TruthySQLFragment = string | SQLFragment[];
