/**
 * Filter data equal to or after this time in RFC-3339 format. Fractions of a second are not accepted.
 */
export declare type start = string;
