import * as t from '@babel/types'; import type { NodePath } from '@babel/traverse'; /** * Given an object expression path, get branch component argument paths. */ export declare function getBranchComponentParameters(parametersPath: NodePath, canonicalName: string): [string, NodePath][]; //# sourceMappingURL=getBranchComponentParameters.d.ts.map