export declare function beforeScenarioExecuted(t: Object, p: string, d: PropertyDescriptor): void;
export declare function afterScenarioExecuted(t: Object, p: string, d: PropertyDescriptor): void;
export declare function beforeScenarioRequestStarted(t: Object, p: string, d: PropertyDescriptor): void;
export declare function afterScenarioRequestStarted(t: Object, p: string, d: PropertyDescriptor): void;
export declare function beforeScenarioFinished(t: Object, p: string, d: PropertyDescriptor): void;
export declare function afterScenarioFinished(t: Object, p: string, d: PropertyDescriptor): void;
export declare function afterScenarioReady(t: Object, p: string, d: PropertyDescriptor): void;
