/** * @module Errors */ export declare class PathParameterError extends Error { parameter: string; constructor(parameter: string); }