import type { RestFetcher } from '../../rest.js';
import type { OptionsInstrument } from './types.js';
export declare const createGetInstrument: (request: RestFetcher) => (body: {
    instrumentName: string;
}) => Promise<OptionsInstrument>;
