import type { Technique } from './techniqueFromId.ts'; /** * maps the text in the MPT/MPS file to the corresponding technique and parameters * @param id - id of the technique * @returns - technique name and parameters */ export declare function techniqueFromLongName(id: string): Technique; //# sourceMappingURL=techniqueFromLongName.d.ts.map