import { FunctionDefinition } from './function-definition.type'; export declare class FunctionDefinitionList { [name: string]: FunctionDefinition; }