11cb0ef41Sopenharmony_ciexport type ParseClassResult = [
21cb0ef41Sopenharmony_ci    src: string,
31cb0ef41Sopenharmony_ci    uFlag: boolean,
41cb0ef41Sopenharmony_ci    consumed: number,
51cb0ef41Sopenharmony_ci    hasMagic: boolean
61cb0ef41Sopenharmony_ci];
71cb0ef41Sopenharmony_ciexport declare const parseClass: (glob: string, position: number) => ParseClassResult;
81cb0ef41Sopenharmony_ci//# sourceMappingURL=brace-expressions.d.ts.map