export default class Sender extends Worker { constructor(scriptURL: any, options: any); send(payload: any, ...rest: any[]): any; #private; }