/** * What both completion families and the Look property documentation read. * * D115 P4 R3d: `unique` is the rule that one label is offered once however many * rosters name it, and `lookPropertyFamilies` is the family each Look property * belongs to. Both are read on either side of the Look / JSX split, so they are * their own module rather than a dependency between the two. */ import type { CompilerProjectEditorCompletion } from "@velarscript/compiler/extension"; export declare const lookPropertyFamilies: Map; export declare function unique(items: readonly CompilerProjectEditorCompletion[]): readonly CompilerProjectEditorCompletion[]; //# sourceMappingURL=completions.d.ts.map