import { GoveeApiError, GoveeCommunityApiError } from './govee-api.error'; export declare class GoveeApiAuthenticationError extends GoveeApiError { constructor(message?: string); } export declare class GoveeCommunityApiAuthenticationError extends GoveeCommunityApiError { constructor(message?: string); } //# sourceMappingURL=govee-api-auth.error.d.ts.map