import type { BuildStepArgs, SourceTree } from '@divriots/studio-compiler-support'; export declare function compile({ input, registry, tree, }: BuildStepArgs): Promise;