interface SendOptions {
    media?: string;
}
export declare function sendCommand(number: string, message: string, opts: SendOptions): Promise<void>;
export {};
