export declare function specKeysFor(type: string): ReadonlySet<string>;
export declare function isSpecTopLevelKey(type: string, key: string): boolean;
