export interface AssessmentType { header: string; service: string; landingPage: string; type: string; } export declare const abawd: string; export declare const venture: string; export declare const ncp: string; export declare const ncpEvaluation: string;