import { Constructor } from "../../sanitizer"; import { Circuit } from "../../Infra/Circuit"; export declare function setCardTypeOfCardset(hostingType: Constructor, cardsetName: string, cardTypePredicate: () => Constructor): void; export declare function getCardTypePredicate(hostCircuitType: Constructor, cardsetHostPropName: string): (() => Constructor) | undefined; //# sourceMappingURL=_CardsetMapper.d.ts.map