export declare const environmentUrls: {
    production: string;
    sandbox: string;
};
