import { isoly } from "isoly"; import { isly } from "isly"; import { Card } from "../Card"; export type Identifier = `${isoly.Date}${string}`; export declare namespace Identifier { function getCharacter(identifier: Identifier): Card.Stack.Character; function getCycle(identifier: Identifier): number; function toProcessor(identifier: Identifier): Card.Stack | undefined; const type: isly.Type; function create(date: isoly.Date, stack: Card.Stack, order: number): Identifier; function getDate(identifier: Identifier): isoly.Date | undefined; }