export * from './JestToGherkin';
export declare function compose(options: {
    pathTestsInput: string;
}): string;
export declare function generateComments(options: {
    pathTestsInput: string;
}): string;
