import { type InstanceRefObject } from "@todesktop/client-util"; export declare const invoke: (command: Func extends import("@todesktop/client-util").MethodFunc ? import("@todesktop/client-util").InvokeMethodCommand : import("@todesktop/client-util").InvokePropCommand) => Promise> : Func>, construct: (command: Func_1 extends import("@todesktop/client-util").ConstructorFunc ? import("@todesktop/client-util").InvokeConstructorCommand : never) => Promise, releaseMemory: (memoryRefs: string[]) => Promise; /** * @internal * @privateRemarks * Should not be hardcoded. */ export default invoke; export declare type Ref = InstanceRefObject; export interface RefOptions { ref?: Ref; }