import { ProxyReference } from 'extension-methods';
export declare function addCustomMethod(proxyReference: ProxyReference, methods: {
    [name: string]: Function;
}): void;
