import type { CompileOptions } from './types'; export declare function compileCommand(target: string | undefined, options: CompileOptions): Promise;