import OkHiLocationManager from './OkHiLocationManager'; export * from './OkHiLocationManager'; export { OkHiLocationManagerProps, OkCollectSuccessResponse } from './types'; /** * Checks whether all necessary permissions and services are available in order to start the address creation process. * @param {Object} configuration Object that determines whether or not to request these permissions and services from the user. * @param {boolean} configuration.requestServices Flag that determines whether to request the services from the user. * @returns {Promise} A promise that resolves to a boolean value indicating whether or not all conditions are met to start the address creation process. */ export declare const canStartAddressCreation: (configuration?: { requestServices?: boolean | undefined; } | undefined) => Promise; export default OkHiLocationManager;