import { PlateIdConfigType, KeySetType } from "../../mainTypes";
import { ClashStrategyType } from "../../PlateTypes";
export declare const keysConfig: KeySetType;
export declare const platesConfig: PlateIdConfigType[];
export declare const clashStrategyConcat: ClashStrategyType;
export declare const clashStrategyKeepDest: ClashStrategyType;
export declare const clashStrategyKeepSource: ClashStrategyType;
export declare const clashStrategySuffix: ClashStrategyType;
//# sourceMappingURL=configs.d.ts.map