export declare const bannerLog: (msg: string) => void; /** * Build TS to JS. This will contain incomplete specifiers like `./foo` which * could mean many things, all of which is handled by the loader which will * resolve them for us. */ export declare const build: (dev?: boolean) => Promise;