export declare const BASE_URL = "https://the-one-api.dev/v2";
export declare const NO_TOKEN_RESPONSE: {
    success: boolean;
    message: string;
};
export declare const FILTER_COMPARISON: {
    LESS_THAN: string;
    LESS_THAN_EQUAL: string;
    GREATER_THAN: string;
    GREATER_THAN_EQUAL: string;
};
