import { Column } from "../column"; export declare class WhereColumn extends Column { constructor(columnName: string); toString(): string; }