export declare const getPlugin: >({ plugins, methodName, }: { plugins: Plugins; methodName: string; }) => Plugins[keyof Plugins] | undefined;