import type { NewTaskActionFunction } from "../../../../types/tasks.js";
/**
 * Compile task action is an alias of the build task action, it invokes
 * the build task to ensure any build overrides are properly executed when
 * compile is run.
 */
declare const compileAction: NewTaskActionFunction;
export default compileAction;
//# sourceMappingURL=compile.d.ts.map