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