import { Stack } from './types';
export declare const getCurrentDate: () => string;
export declare const clone: (obj: Stack) => Stack;
