import { TFsmConfig, TFsmParams } from '../Models'; export declare function fsmConfigToParams(config: TFsmConfig): TFsmParams | never;