import { OAuthError } from './oauth-error'; export declare class InvalidRequestError extends OAuthError { constructor(message?: string | Error, properties?: any); }