export declare function resolveDefaultParserAsset(relativePath: string, fallbackPath: URL): Promise<string>;
export declare function resolveDefaultTreeSitterWorkerPath(fallbackPath: URL): string;
export declare function resolveTreeSitterWasm(): Promise<string>;
export declare function resolveNativeLibraryPath(): Promise<string>;
