import { DefinitionAST, Mapper, Name, Rename } from "../../BlockParser/ast"; import { Block } from "../../BlockTree"; export declare type PathResolver = (block: Block, fromPath: string) => string; export declare class CompiledDefinitionMapper implements Mapper { pathResolver: PathResolver; block: Block; constructor(block: Block, pathResolver: PathResolver); BlockExport(fromPath: string, exports: Array): import("../../BlockParser/ast").BlockExport; BlockReference(fromPath: string, defaultName: string, references: Array): import("../../BlockParser/ast").BlockReference; } //# sourceMappingURL=CompiledDefinitionMapper.d.ts.map