import type { IntentSet } from "@intentic/need-resolver"; import type { ResolvedNode } from "@intentic/resources"; export interface Assignment { readonly byNeed: ReadonlyMap; } export declare const emit: (intent: IntentSet, assignment: Assignment, zone: string | undefined) => ResolvedNode[]; //# sourceMappingURL=emit.d.ts.map