declare const endpoints: {
    DOCKER: string;
    DEVELOPMENT: string;
    STAGING: string;
    PRODUCTION: string;
};
export default endpoints;
