import type { Host } from '@wix/site'; import { HostModule, MaybeContext } from '@wix/sdk-types'; import type * as locationSdkModuleRuntime 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 locationRuntime: MaybeContext, Host> & Methods>; export {};