import { type Sql } from '../core/Sql.js'; import { type Input } from '../core/expr/Input.js'; export declare function lastInsertId(): Sql; export declare function concat(...slices: Array>): Sql;