export declare const trim: (str: string, c?: string) => string;
export declare function isValidPathParam(param: any): boolean;