export declare const LoadMemoryEntryToolErrorStatus: { readonly NotFound: "not_found"; readonly InvalidId: "invalid_id"; }; export type LoadMemoryEntryToolErrorStatus = (typeof LoadMemoryEntryToolErrorStatus)[keyof typeof LoadMemoryEntryToolErrorStatus];