import { WebPlugin } from '@capacitor/core'; import type { PlacePickerOptions, PlacePickerPlugin, PlacePickerResults } from './definitions'; export declare class PlacePickerWeb extends WebPlugin implements PlacePickerPlugin { pickPlace(_: PlacePickerOptions): Promise; }