declare const constants: {
    endpoint: {
        sandbox: string;
        production: string;
    };
};
export default constants;
