import { PushChain as PushChainCore } from '@pushchain/core';
export declare const usePushChain: () => {
    PushChain: typeof PushChainCore;
};
