interface JQuery {

    multipleSelect(options: object): JQuery;

    multipleSelect(method: string, ...parameters: any[]): JQuery | any;

}
