export declare class TsBundleProcess { constructor(); getAliases(): Promise>; /** * creates a bundle for the test enviroment */ buildTest(fromArg: string, toArg: string, argvArg: any): Promise; /** * creates a bundle for the production environment */ buildProduction(fromArg: string, toArg: string, argvArg: any): Promise; }