import { KeyedStream } from '../../types.js';
export declare function crossJoinParentRoutes(input: KeyedStream, parentKeyStream: KeyedStream, assemble: (rowKey: unknown, row: unknown, correlationKey: unknown, parentContext: unknown) => [unknown, unknown]): KeyedStream;
