import { ConnectorPlatform, UntypedConnectorKind } from '../dappCore/types.js'; declare const ensureChannelIsReady: (appId: string, connectorPlatform: ConnectorPlatform, connectorKind: UntypedConnectorKind, sendPostMessage: (message: unknown) => void) => Promise; type EnsureChannelIsReady = typeof ensureChannelIsReady; export { type EnsureChannelIsReady, ensureChannelIsReady };