export interface ProxyContext {
    appId?: string;
    storeId?: string;
    storefrontId?: string;
}
export declare function getProxyUrl(port: number, context?: ProxyContext): Promise<string>;
