import type { Pattern } from '../common/segmentit'; declare const DICT2: { [prop: string]: string; }; export default DICT2; export declare function fillPattern2(arr: Pattern[]): void;