import { AnyStateMachine } from './index';
export interface ScxmlToMachineOptions {
delimiter?: string;
}
export declare function toMachine(xml: string, options: ScxmlToMachineOptions): AnyStateMachine;
//# sourceMappingURL=scxml.d.ts.map