import type { Parser } from 'style-dictionary/types'; /** * Parser for Json file to allow the dot notation Token (ex: `a.b: {}` instead of `a: {b: {} }`) */ export declare const oneLineTokenJsonParser: Parser; //# sourceMappingURL=one-line-token-json-parser.d.mts.map