export declare const cleanupSchema: {
    readonly name: "cleanup";
    readonly description: "Cleanup all managed resources";
    readonly inputSchema: {
        readonly type: "object";
        readonly properties: {};
    };
    readonly annotations: {
        readonly destructiveHint: true;
    };
};
