export declare const google: {
    start: () => void;
    getLocations: () => void;
    setLocations: () => void;
};
