import Stage from '../stage.js';
import type { Endpoint } from '../types.js';
export default function getEndpoint(stage: Stage, type?: 'iterator'): Endpoint;
export default function getEndpoint(stage: Stage, type: 'generator', index: number): Endpoint;
//# sourceMappingURL=getEndpoint.d.ts.map