import { micro } from '../common';
export * from '../types';
export declare function create(args: {
    manifestUrl: string;
    baseUrl: string;
}): micro.IMicro;
export declare function fromConfig(): micro.IMicro;
