import { Cycle } from "./airac";
export declare const base: Date;
export declare const millisPerDay: number;
export declare const millisPerCycle: number;
export declare function matchAiracIdentifier(identifier: string): RegExpMatchArray | null;
export declare function printCycle(cycle: Cycle): void;
