export default function parseGherkinSuites(cwd: any, feature: string, extensions: string[], cucumberSupportCode: any): { document: import("@cucumber/messages/dist/src/messages").io.cucumber.messages.GherkinDocument.IFeature; afterEach: any; afterAll: any; beforeEach: any; beforeAll: any; suites: any[]; };