/**
 * 三才五行吉凶表
 * @see {@link http://www.360doc.com/document/22/1020/12/68132707_1052459628.shtml}
 */
export declare const WUXING_GOODS: string[];
export declare const WUXING_GENERALS: string[];
export declare const WUXING_BADS: string[];
