import { ValueProviderRoot } from './jsep.js'; export declare const parse: { attr: (arg: string) => ValueProviderRoot | null; js: (arg: string) => ValueProviderRoot; text: (arg: string) => ValueProviderRoot | null; }; //# sourceMappingURL=parse.d.ts.map