export declare function getBaseUrl(baseUrlInput: 'sandbox' | 'production' | string): string;
