export default class Origins {
    static get UNKNOWN(): number;
    static get API(): number;
    static get MODERN_CLIENT_VIEW(): number;
}
