import type * as client from './client'; export declare const useSource: typeof client.useSource; export declare const usePureSource: typeof client.usePureSource; export declare const withContract: typeof client.withContract;