export declare const ARCHIVE_NAME: string; export declare const MODULE_COUNT: number; export declare const SAMPLE_FILES: string[]; export declare const PORTING_NOTE: string; declare const _default: { ARCHIVE_NAME: string; MODULE_COUNT: number; PORTING_NOTE: string; SAMPLE_FILES: string[]; }; export default _default;