import { QPathModel } from "./path/QPathModel"; export declare class QSelectExpression implements QPathModel { private readonly path; constructor(path?: string); getPath(): string; }