export * from "./AuthenticationError"; export * from "./RateLimitError"; export * from "./UnsupportedOperationError"; export declare type ErrorCallback = (error: Error) => void; //# sourceMappingURL=index.d.ts.map