export declare const GoveeEffectConfig: (() => { deviceEffectUrl: string; sceneUrl: string; headers: ({ clientId, clientType, }: { clientId: string; clientType?: "1" | "0"; }) => Record; }) & import("@nestjs/config").ConfigFactoryKeyHost<{ deviceEffectUrl: string; sceneUrl: string; headers: ({ clientId, clientType, }: { clientId: string; clientType?: "1" | "0"; }) => Record; }>; //# sourceMappingURL=govee-effect.config.d.ts.map