export declare function parseArguments<T extends {
    command?: string;
}>(argv: string[], expectedArgsWithDefaults?: T): T;
