import { RegistryItem } from './item';
export declare function asyncItemTest(options: any): Promise<RegistryItem>;
