export declare const isNEVCarNo: (catNo: string) => boolean; export declare const isOilCarNo: (carNo: string) => boolean;