export declare function useInstance(init: (...args: Args) => T, ...args: Args): T;