export type GrantTypeErrorHandlerType = (error: Error & { code?: number; url?: string; }) => void; export type ErrorHandlerType = (grantType: string) => GrantTypeErrorHandlerType; //# sourceMappingURL=error-handler.type.d.ts.map