export interface IFunctionParameter { readonly name: string; readonly isOptional: boolean; }