import { Block, ContextModule } from "../types";
export declare function topLevelNamesPerBlock(block: Block): string[];
export declare function definedNamesPerBlock(block: Block): string[];
export declare function namesPerBlock(block: Block): string[];
export declare function addMissingNamesSuggestions(module: ContextModule): ContextModule;
