declare global {
    namespace Chance {
        interface Chance {
            tzIdentifier: () => string;
        }
    }
}
/**
 * Returns an IANA time zone identifier (e.g. "Pacific/Auckland").
 */
export declare const tzIdentifier: (chance: Chance.Chance) => string;
//# sourceMappingURL=tz-identifier.d.ts.map