import { type Config, type Listener, type Location } from './typedefs'; declare function start(config: Config): Promise; declare function config(config: Config): Promise; declare function stop(): Promise; declare function getCount(): Promise; declare function getLocation(): Promise; declare function clear(): Promise; declare function sync(): Promise; declare function isRunning(): Promise; declare function registerListener(listener: Listener): () => void; export declare const RnCalmGeo: { start: typeof start; config: typeof config; stop: typeof stop; getCount: typeof getCount; getLocation: typeof getLocation; clear: typeof clear; sync: typeof sync; isRunning: typeof isRunning; registerListener: typeof registerListener; }; export {}; //# sourceMappingURL=rn-calmgeo.d.ts.map