import type { ApplicationWindow } from '@commercetools-frontend/constants';
declare function getMcApiUrl(environment?: ApplicationWindow['app'], origin?: string): string;
export default getMcApiUrl;
