export declare const Eagerness: { readonly Low: "low"; readonly Medium: "medium"; readonly High: "high"; }; export type Eagerness = (typeof Eagerness)[keyof typeof Eagerness];