import type { Rpc } from '@lynx-js/web-worker-rpc';
import type { NativeApp } from '../../../../types/index.js';
export declare function createGetPathInfo(rpc: Rpc): NativeApp['getPathInfo'];
