/** * Translate a date-prefixed glob into an RFC3339 modifiedTime range. * * Drive's own spelling of the span `globSpan` reads. */ export declare function globToModifiedRange(pattern: string | null | undefined): [string, string] | null; //# sourceMappingURL=date_glob.d.ts.map