import RuntimeInterface from './interface';

declare const Runtime: RuntimeInterface;
export default Runtime;
