export function createOwnedRuntime(factory: () => T): T; export function isOwnedRuntime(value: unknown): boolean;