export declare const AgentTestEntityType: {
    readonly Test: "test";
    readonly Folder: "folder";
};
export type AgentTestEntityType = (typeof AgentTestEntityType)[keyof typeof AgentTestEntityType];
