declare const ElementNotFound_base: new = {}>(args: import("effect/Types").VoidIfEmpty<{ readonly [P in keyof A as P extends "_tag" ? never : P]: A[P]; }>) => import("effect/Cause").YieldableError & { readonly _tag: "ElementNotFound"; } & Readonly; /** Error indicating that a DOM element matching the given selector was not found. */ export declare class ElementNotFound extends ElementNotFound_base<{ readonly selector: string; }> { } export {}; //# sourceMappingURL=error.d.ts.map