import { AllowItNumber } from "../type";
export interface ExecutableTests {
    describe?: AllowItNumber;
    it?: AllowItNumber;
}
