export declare const copyMetadataFromFunctionToFunction: (originalFunction: Function, newFunction: Function) => void;
