import type { KyInstance } from 'ky';
import type { OptionsInstrument } from './types.js';
export declare const createGetInstrument: (instance: KyInstance) => (body: {
    instrumentName: string;
}) => Promise<OptionsInstrument>;
//# sourceMappingURL=get-instrument.d.ts.map