import { ChainInput, IDateChain } from './types';
declare function chain(input: ChainInput | IDateChain, format?: string): IDateChain;
export * from 'date-manip';
export { chain };
