import { QParam } from "../QParam"; import { formatParamWithQuotes, parseWithQuotes } from "../UrlParamHelper"; export declare class QStringParam extends QParam { protected getUrlConformValue: typeof formatParamWithQuotes; protected parseValueFromUrl: typeof parseWithQuotes; }