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