import { entityKind } from '../entity.js'; import { type ColumnsSelection, View } from '../sql/sql.js'; export declare abstract class PgViewBase extends View { static readonly [entityKind]: string; readonly _: View['_'] & { readonly viewBrand: 'PgViewBase'; }; } //# sourceMappingURL=view-base.d.ts.map