export declare class MissingParamError extends Error { constructor(paramName: string, objectName?: string); }