import type { ScrewInput, ScrewResult } from './types.js'; export declare function getDesignations(): string[]; /** * Calculate metric screw dimensions and clearances. * * @throws RangeError if the screw designation is unknown */ export declare function screw(input: ScrewInput): ScrewResult; //# sourceMappingURL=screw.d.ts.map