import { Target } from './types/main';
export declare const Greeter: (name: string) => string;
export declare const assess: (targets: Target[]) => {
    [key: string]: number;
};
