export declare class DefinitionContext {
    private readonly path;
    private readonly id;
    private readonly definition;
    constructor(path: string, id: string, definition: string);
    getPath(): string;
    getId(): string;
    getDefinition(): string;
}
//# sourceMappingURL=definition.d.ts.map