import { type JSONSchema } from '@conduit-client/jsonschema-validate'; import { type WireAdapterConstructor, type WireAdapterResult, type WireConfigValue } from '@conduit-client/lwc-types'; import { type GetCommand } from './utils'; import type { NamedService, ServiceDescriptor } from '@conduit-client/utils'; export declare class LWCWireBindingsService { bind(getCommand: GetCommand, configSchema?: JSONSchema, exposeRefresh?: boolean): WireAdapterConstructor, {}>; } export type LWCWireBindingsServiceDescriptor = ServiceDescriptor; export type NamedLWCWireBindingsService = NamedService; export declare function buildServiceDescriptor(): LWCWireBindingsServiceDescriptor;