/** * See: https://github.com/cucumber/cucumber-js/blob/main/src/formatter/helpers/duration_helpers.ts#L5 */ import { Duration } from '@cucumber/messages'; export declare function durationToNanoseconds(duration: Duration): number; //# sourceMappingURL=durationHelpers.d.ts.map