/** Type of line blocking on outplan notification */
export declare enum OutplanNotificationBlockEnum {
    'blockAllCalls' = "blockAllCalls",
    'blockIncomingCalls' = "blockIncomingCalls",
    'blockOutgoingCalls' = "blockOutgoingCalls",
    'none' = "none"
}
//# sourceMappingURL=OutplanNotificationBlockEnum.d.ts.map