import { Path } from "../path"; import { ParamNameOf } from "../query"; export declare type AppendParam, NameT extends string> = (Path | NameT>); /** regex, if provided, ignores modifiers like `g` and `i` */ export declare function appendParam, NameT extends string>(path: PathT, name: NameT, regex?: RegExp): AppendParam; //# sourceMappingURL=append-param.d.ts.map