import { CachedCSVResult, InstructionsTypeParams } from '../types'; export declare class Instructions { getInstructions(): Promise; getFilteredInstructions(params: InstructionsTypeParams): Promise; }