import { type Format } from 'esbuild';
export declare function compileScript(filePath: string, format: Format): Promise<void>;
