export function extendPrototype(sources: any, destination: any): void; export function getDescriptor(object: any, prop: any): PropertyDescriptor; export function createProxyFunction(prototype: any): { (): void; prototype: any; };