export declare class AWSShell {
    static shellCommand(Console: any, args: any): Promise<void | 1 | -1 | 0>;
}
/**
 * Create the command line parser
 *
 * @param y
 * @returns
 */
declare function yargs(y: any): any;
declare const ShellCommand: typeof AWSShell.shellCommand;
export { ShellCommand, yargs };
