import { types as t } from"@marko/compiler";
/**
* Given any arbitrary function type will normalize method like functions into expressions.
*/export declare functionsimplifyFunction(fn: t.Function): t.FunctionDeclaration | t.FunctionExpression | t.ArrowFunctionExpression;