export declare const USER_NOT_AUTHORIZED = "User not authorized!";
export declare const NO_DESTINATION_ID = "No destination User ID";
export declare const USER_NOT_FOUND = "No User with ID";
