import { TestCollection } from '../types';
export declare function isTestCollection(x: any): x is TestCollection;
