import * as t from '@babel/types'; /** * Extract identifiers from destructuring patterns */ export declare function extractIdentifiersFromLVal(pattern: t.LVal): string[]; //# sourceMappingURL=extractIdentifiersFromLVal.d.ts.map