import * as interfaces from './interfaces/index.js'; export declare class TsBundle { build(cwdArg: string, fromArg: string | undefined, toArg: string | undefined, argvArg: interfaces.ICliOptions): Promise; }