/**
 * Extracts a "shape" from some commonly built SQL queries. This function may be
 * used from the outside for logging/debugging, so it's here, not in __tests__.
 */
export declare function buildShape(sql: string): string;
//# sourceMappingURL=buildShape.d.ts.map