export declare const DIST_DIR = "dist";
export declare const DEFAULT_TS_BUILD_CONFIG = "tsconfig.build.json";
export declare const buildCommand: import("../command.js").CommandFactory<{}, {
    tsconfig?: string | undefined;
    incremental?: boolean | undefined;
}>;
export declare function validatePackageJson(pkg: any, opts: {
    includesCommonJS: boolean;
}): void;
//# sourceMappingURL=build.d.ts.map