/** SMPP Settings Endpoints */
export interface SettingsEndpoints {
    /** address of the TLS endpoint: domain:port */
    secured: string;
    /** address of the non-TLS endpoint: domain:port */
    unsecured: string;
}
//# sourceMappingURL=SettingsEndpoints.d.ts.map