import type * as locationSdkModuleContext from './wix-location-frontend.types.d.ts'; type Methods = { [P in keyof T as T[P] extends Function ? P : never]: T[P]; }; export declare const locationContext: Methods; export {};