export declare const suggestionState: { readonly UNAPPLIED: "UNAPPLIED"; }; export type SuggestionState = (typeof suggestionState)[keyof typeof suggestionState]; //# sourceMappingURL=suggestion_state.d.ts.map