export const sdkBrowser: SplitIO.IBrowserSettings = {
  core: {
    authorizationKey: 'sdk-key',
    key: 'customer-key',
  },
};
