/**
 * @hidden
 *
 * A function that finds zone rules which become applicable after specific time.
 */
export declare const findZone: (timezone: string, utcTime?: number) => any;
