import type { IRNode } from './types.js'; export declare function parsePortablePathSegments(raw: string, node: IRNode, propName: string): string[]; export declare function parsePortableNonNegativeIntLiteral(raw: string, node: IRNode, propName: string): string;