/**
* 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 declarefunctionbuildShape(sql: string): string;
//# sourceMappingURL=buildShape.d.ts.map