import { BindingsConfig, MethodName } from '../types';
declare const Bindings: BindingsConfig;
export { Bindings };
export declare function excludeMethod(names: Array<Partial<MethodName>>): Array<MethodName>;
