import { EDTF, Patch } from './types';
/**
 * Map the edtf extended Date to a Sanity patch array
 * @param {object} edtf edtf extended Date
 * @returns Sanity patch array
 */
export declare const mapEDTF: (edtf: EDTF) => Patch[];
