import { ORClient, ORClientType } from "@ordao/orclient";
export declare class OrclientUndefined extends Error {
    constructor(message?: string);
}
export declare class OrclientNotFull extends Error {
    constructor(message?: string);
}
export declare function useOrclient(): ORClientType | undefined;
export declare function useAssertOrclient(): ORClientType;
export declare function useAssertFullOrclient(): ORClient;
//# sourceMappingURL=useOrclient.d.ts.map