export declare const complete = 0; declare const continue_ = 1; export { continue_ as continue }; export declare const aborted = 2; type Self = typeof import("./flush-status"); export type Value = Self[keyof Self];