export declare class ParamFilter {
    static PATTERN: RegExp;
    static builder(paramName: string): string;
}
