import { PluginObject } from 'vue'; import { GoogleProxyLookupPluginOptions } from '../../utils/address-lookup/address-lookup.plugin'; export interface AddressPluginOptions { loqateKey: string; googleKey: string; googleProxy: GoogleProxyLookupPluginOptions; } declare const AddressPlugin: PluginObject; export default AddressPlugin; //# sourceMappingURL=address.d.ts.map