/**
 * Interface for types supporting some form of internal state reset.
 */
export interface IReset {
    reset(): this;
}
//# sourceMappingURL=reset.d.ts.map