export declare class OAuthError extends Error {
    code?: string | undefined;
    constructor(message: string, code?: string | undefined);
}
export declare class ValidationError extends OAuthError {
    constructor(message: string);
}
export declare class SignatureError extends OAuthError {
    constructor(message: string);
}
//# sourceMappingURL=index.d.ts.map