export declare const BASE_URL: any; export declare const AUTH_BASE_URL: string; export declare const API_BASE_URL: string; export declare const AUTH__LOGIN: string; export declare const AUTH__LOGIN_GOOGLE: string; export declare const AUTH__SIGN_UP: string; export declare const ADMINCP__GET_CONFESS: string; export declare const ADMINCP__APPROVE_CONFESS: string; export declare const ADMINCP__REJECT_CONFESS: string; export declare const GUEST__POST_CONFESS: string; export declare const GUEST__GET_MY_CONFESS: string; export declare const GUEST__GET_OVERVIEW: string; export declare const GUEST__GET_APPROVED: string; export declare const GUEST__GET_SEARCH: string; export declare const CRAWL__URL: string; export declare const PUSH__URL: string; export declare const GET__USER: string; export declare const RADIO: string; export declare const CHANGE__SIGN: string; export declare const CHANGE_GET_LIST: string; export declare const POST__LIST: string; export declare const POST__NEW: string; export declare const POST__UPDATE: string; export declare const POST__DELETE: string;