import type { Parser } from '../../../libs/standard-parser'; import type { PathElementToken, PipeableScopeWithPathToken } from '../types.internal'; export declare const propertyAccessTokenParser: Parser; export declare const referenceLiteralTokenParser: Parser;