import type { Context } from '../ctx'; import type { OutputAsset } from '../output-asset'; export declare function run(ctx: Context): Promise;