import { ParamValueModel } from "@odata2ts/converter-api"; import { QParam } from "../QParam"; import { UrlExpressionValueModel, UrlValueModel } from "../UrlParamModel"; export declare class QStringNumberV2Param extends QParam { protected getTypeSuffix(): string | undefined; getUrlConformValue: (value: ParamValueModel) => UrlValueModel; parseValueFromUrl: (urlConformValue: UrlValueModel) => ParamValueModel; }