export interface ISetupTeardownMetadata {
    isAsync: boolean;
    propertyKey: string;
}
