export declare const gupshupSend: (options: {
    userId: string;
    password: string;
    to: string;
    message: string;
    mask: string;
}, callback: {
    (res: any, err: any): void;
    (arg0: {} | null, arg1: Error | null): void;
}) => void;
