export declare const SYMBOLS: {
    readonly date: "⏲";
    readonly undefined: "∙undefined";
};
export declare const TIMEOUT: number;
