import { Argv } from "yargs"; export declare function withConfig(args: Argv): Argv; export declare function withDevice(args: Argv): Argv; export declare function withKey(args: Argv): Argv>; export declare function withValue(args: Argv): Argv;