import { TFogConfig, TFogParams } from '../Models'; export declare function fogConfigToParams(config: TFogConfig): TFogParams;