export declare const oauth: {
    google: {
        start: () => void;
        getLocations: () => void;
        setLocations: () => void;
    };
    facebook: {
        start: () => void;
        getPages: () => void;
        attachPages: () => void;
    };
    instagram: {
        start: () => void;
        getAccounts: () => void;
        attachAccounts: () => void;
    };
    linkedin: {
        start: () => void;
        getPages: () => void;
        attachPages: () => void;
    };
    twitter: {
        start: () => void;
        getProfile: () => void;
        attachProfile: () => void;
    };
    tiktok: {
        startPersonal: () => void;
        getPersonal: () => void;
        startBusiness: () => void;
        getBusienss: () => void;
        attachProfile: () => void;
    };
};
