export declare function configError(): void; export declare function expireToken(): void; export default class PaypalTSError extends Error { constructor(message: string); get name(): string; }