export {};

declare global {
  interface Window {
    FillingPointSDK: InstanceType<typeof import('./index').default>;
  }
}