type ExpressRouterParam = {
    name: string;
    optional?: boolean;
    offset?: number;
}[];
export declare const parseUrlFromExpressRegexp: (regexpString: string, params?: ExpressRouterParam) => string;
export {};
