export default class Transport {
    constructor(options: { apiKey: string; senderIP?: string });
}
