'use client'; import { Node } from "@pgsql/types"; //#region src/sql/walker.d.ts type ColumnReferencePart = { schema?: string; /** the text of the column reference (excluding any potential quotes) */ text: string; start?: number; quoted: boolean; alias?: string; }; //#endregion export { ColumnReferencePart }; //# sourceMappingURL=walker.d.mts.map