import { Runtime } from "../FiberRef/index.js";
import * as O from "../Option/index.js";
/**
 * A `FiberRef` that stores the name of the fiber, which defaults to `None`.
 */
export declare const fiberName: Runtime<O.Option<string>>;
//# sourceMappingURL=fiberName.d.ts.map