import { isoly } from "isoly"; import { isly as isly2 } from "isly2"; import { Changeable } from "../Changeable"; export interface Card { type: "card"; status: Card.Status; from?: Changeable; created: isoly.DateTime; } export declare namespace Card { const statuses: readonly ["created", "changed", "cancelled"]; type Status = (typeof statuses)[number]; const type: import("isly/dist/cjs/object").IslyObject; const type2: isly2.Object; }