export declare enum EPayioPreparationPlaceMode {
    IP = "IP",
    SHARED_PORT = "SHARED_PORT"
}
