import { LaraJoinPoint } from "../../LaraJoinPoint.js";
/**
 * Contains the results of a single mutation.
 */
export default class MutationResult {
    private $mutation;
    constructor($mutation: LaraJoinPoint);
    /**
     * @returns A copy of the original join point, where the mutation was applied.
     */
    getMutation(): LaraJoinPoint;
}
//# sourceMappingURL=MutationResult.d.ts.map