import { EngineConfig } from 'types'; export declare const defaultEngineConfig: EngineConfig; export { Engine } from './Engine';