import type { RestFetcher } from '../../rest.js';
export declare const createGetInstruments: (request: RestFetcher) => () => Promise<{
    instruments: string[];
}>;
