import { WebStoreState } from './types';
export declare function registerWebStoreApi(webStoreState: WebStoreState): void;
