import { LineNotificationsOptions } from './LineNotificationsOptions';
import { TypeServiceEnum } from './TypeServiceEnum';
/** Fax service */
export interface Fax {
    /**  */
    description: string;
    /** Send notifications about Line's diagnosticReports */
    notifications?: LineNotificationsOptions;
    /**  */
    offers: string[];
    /**  */
    serviceName: string;
    /**  */
    serviceType: TypeServiceEnum;
}
//# sourceMappingURL=Fax.d.ts.map