export interface IEmpty { /** * Returns an empty/blank instance of same type (with possibly same * config, if any). */ empty(): T; } //# sourceMappingURL=empty.d.ts.map