import { Engine } from './engine';
export declare const isNode: boolean;
export declare function create(module?: string): Promise<Engine>;
