import { Options } from "../../../../misc/Options";
/**
 * Delete SMTP gateway data
 */
export declare class DeleteSMTPGatewayOptions extends Options {
    /**
     * Override the EENGINE_TIMEOUT environment variable for a single API request (in milliseconds)
     */
    'x-ee-timeout'?: number | undefined;
    /**
     * Gateway ID
     */
    'gateway': string;
}
