import { PostCubeBLE, PostCube } from './apiBLE'; export declare const usePostCubeBLE: (onCubeDiscovery?: (postCube: any) => void) => PostCubeBLE; export declare const usePostCube: (postCube: PostCube) => PostCube;