import type { TBuildOpts } from './lib.types';
declare function intimeExecutor(runOptions: TBuildOpts, commandsArray: any): Promise<{
    retriable: string[];
    notRetriable: string[];
}>;
export { intimeExecutor };
