export { createLensMaker } from './createLensMaker'; export { Lens } from './Lens'; export { getApertureName, isApertureString, preciseApertureMap as apertureMap } from './utilities/aperture'; type DepthOfFieldDetails = DoFResult; export type { DepthOfFieldDetails }; //# sourceMappingURL=index.d.ts.map