import type { Query as GherkinQuery } from '@cucumber/gherkin-utils'; import type { Query as CucumberQuery } from '@cucumber/query'; import type { FC, PropsWithChildren } from 'react'; interface Props { cucumberQuery: CucumberQuery; gherkinQuery: GherkinQuery; } export declare const QueriesProvider: FC>; export {}; //# sourceMappingURL=QueriesProvider.d.ts.map