import yargs from "yargs"; export declare function createChromecastCommands(parser: yargs.Argv): yargs.Argv<{ config: string; } & { device: string; }>;