import { Criteria } from "../../../../mdk-core/src";
declare const _default: {
    list: typeof list;
    add: typeof add;
    remove: typeof remove;
    setdisplay: typeof setdisplay;
    modify: typeof modify;
};
export default _default;
declare function list(): string;
declare function add(objective: string): string;
declare function add(objective: string, criterion: Criteria): string;
declare function add(objective: string, criterion: Criteria, displayName: string): string;
declare function remove(objective: string): string;
declare function setdisplay(slot: string, objective?: string): string;
declare function modify(objective: string, displayName: string): string;
