/**
* The URI of the current Bazaar deployment
*/
export declareconstbazaarUri: string;
/**
* The URL path for sharing links
*/
export declareconstlinkPath = "/l/";
/**
* The prefix when namespacing local storage variables
*/
export declareconstnamespacePrefix = "bazaar_";