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