export declare const FAILED: unique symbol;
export type FAILED = typeof FAILED;
