/** * @interface * @description namespace filter */ export interface INsFilter { add(namespace: string, hash: string): Promise; has(namespace: string, hash: string): Promise; } //# sourceMappingURL=INsFilter.d.ts.map