export declare class BaseModuleSiteCheckSiteModel {
    key: string;
    title: string;
    description: string;
    accepted: boolean;
}
