declare type ApiDate = number | Date | null;
export { ApiDate };
export { default as PlainObject } from "./PlainObject";
