import Doujin from '../Doujin'; declare const ValidateID: () => (target: Doujin, key: keyof Doujin) => void; export default ValidateID;