/** Interface for native objects that are deletable */ export interface Deletable { delete(): unknown; } //# sourceMappingURL=deletable.d.ts.map