/** * .what = symbol used to mark resources for declarative deletion * .why = enables del() wrapper to mark resources without polluting their interface */ export declare const DECLASTRUCT_DELETE: unique symbol;