export interface ICastOpts { config: string; device: string; url: string; } export default function cast(opts: ICastOpts): Promise;