/** * Exception that occurred during the configuration of the app. */ export declare class ConfigError extends Error { constructor(message: string); } /** * Exception that occurred during an authorize() call. */ export declare class AuthorizeError extends Error { constructor(message: string); } /** * Exception that occurred during the configuration of Socket Mode. */ export declare class SocketModeError extends Error { constructor(message: string); } //# sourceMappingURL=errors.d.ts.map