export declare const linkedin: {
    start: () => void;
    getPages: () => void;
    attachPages: () => void;
};
