import { Temporal } from "@js-temporal/polyfill";
export declare function toInstantFromUtc(value: string): Temporal.Instant | null;
