/** * @packageDocumentation * @module std.internal */ export interface IClear { /** * Clear elements. */ clear(): void; }