/** * #duration.ts * * @packageDocumentation */ export type Duration = string; //# sourceMappingURL=duration.d.ts.map