export declare function addTest(name: string, test: Function): void;
export default function canUse(name: string): any;
