/**
 * Convert date string to blogger date format
 * * strives to coerce any param to string
 * * tz is optional, may be unpredictable on blogger
 * @param tz represents the GMT offset (+02:00)
 */
export declare const isoDate: (date: any, tz?: string) => string;
