import { Effects } from '../Effects'; import * as T from '../types'; import { Watchable } from './Watchable'; export declare class GetSystemSmtp extends Watchable { protected readonly label = "GetSystemSmtp"; constructor(effects: Effects); protected fetch(callback?: () => void): Promise; }