///
import { IdlInstruction, PrimitiveTypeKey } from './types';
import { ForceFixable } from './type-mapper';
import { PathLike } from 'fs';
export declare function renderInstruction(ix: IdlInstruction, fullFileDir: PathLike, programId: string, accountFilesByType: Map, customFilesByType: Map, typeAliases: Map, forceFixable: ForceFixable): string;