export declare const twitter: {
    start: () => void;
    getProfile: () => void;
    attachProfile: () => void;
};
