export interface FunctionManager { get(functionName: string): Function; }