import { Structure } from "../types";
import { ICharacter } from "../types/_character";
type options = {
    field?: ICharacter;
    stamp?: ICharacter;
    sy?: Structure;
};
export declare function getTime(options?: options): void;
export {};
