/**
* Interface tagging a query as parameterizable. When parameterizing a query,
* the caller provides a function that must return a query having this tag.
*/export interface ParameterizableMappingQuery {
}
//# sourceMappingURL=parameterizable-query.d.ts.map