import { Options } from './options'; /** * Compiles the source files in `workdir` with jsii. */ export declare function compile(workdir: string, options: Options): Promise;