export declare const getSiteByUserId: (host: string, apiky: string, token: string, userId: number) => Promise<any>;
