import type { ESTree } from "meriyah";
export declare function extractLogicalExpression(node: ESTree.Node): IterableIterator<{
    operator: string;
    node: ESTree.Expression;
}>;
//# sourceMappingURL=extractLogicalExpression.d.ts.map