declare const _default: ({ type, demoPlugin }: {
    type: any;
    demoPlugin?: any;
}) => Promise<void>;
export default _default;
