import * as messages from '@cucumber/messages';
import IGherkinDocument = messages.GherkinDocument;
export default function compile(gherkinDocument: IGherkinDocument, uri: string, newId: messages.IdGenerator.NewId): readonly messages.Pickle[];
//# sourceMappingURL=compile.d.ts.map