import { DesiredAssignment } from './model.js'; /** * Emit canonical assignments back to a user-keyed YAML document: the inverse of * normalize. Usernames and targets are sorted and de-duplicated so the output is * deterministic, empty scopes are omitted, and an assignment with an expiration * is written as the object form, in Expiration's canonical spelling, so the file * round-trips back through the schema. */ export declare function serializeAssignments(assignments: DesiredAssignment[]): string; //# sourceMappingURL=serialize.d.ts.map