export declare const DIST_DIR = "compiled";
export declare const DEFAULT_EXTERNALS: {
'./package.json': string;
'../package.json': string;
'../../package.json': string;
};
export declare const NODE_BUILTINS: string[];
export declare const cwd: string;