type Step = () => Promise<void>;
export declare function Healenium(failedSelector: string): (_target: Object, _propertyKey: string, descriptor: TypedPropertyDescriptor<Step>) => void;
export {};
