export declare function extractDestructuredVars(code: string): string[]; export declare function detectDestructuringSource(code: string): 'props' | 'attrs' | null; //# sourceMappingURL=babelHelpers.d.ts.map