export declare enum DeclineType {
    BUSY = "BUSY",
    ERROR = "ERROR"
}
