import { InputModel } from "../base/QBasePath"; import { QStringBasePath } from "../base/QStringBasePath"; import { QNumberPath } from "./QNumberPath"; export declare class QStringPath extends QStringBasePath, ConvertedType> { protected create(path: string): QStringPath; indexOf(value: InputModel): QNumberPath; length(): QNumberPath; contains(value: InputModel): import("../..").QFilterExpression; matchesPattern(value: InputModel): import("../..").QFilterExpression; }