export declare type Domain = { domain_id: number; ignored: boolean; name: string; user_id: number; };