import { INodeProperties } from 'n8n-workflow';
export declare const troubleshootingOperations: {
    actioncommand: {
        postSwitch: typeof import("./actioncommand/operations/postSwitch.methods").postSwitch;
    };
    troubleshooting: {
        getCommands: typeof import("./troubleshooting/operations/getCommands.methods").getCommands;
        getCxCommands: typeof import("./troubleshooting/operations/getCxCommands.methods").getCxCommands;
        clearSession: typeof import("./troubleshooting/operations/clearSession.methods").clearSession;
        getOutput: typeof import("./troubleshooting/operations/getOutput.methods").getOutput;
        startSession: typeof import("./troubleshooting/operations/startSession.methods").startSession;
        startCxSession: typeof import("./troubleshooting/operations/startCxSession.methods").startCxSession;
        getSessionId: typeof import("./troubleshooting/operations/getSessionId.methods").getSessionId;
        getBackupsBySerialAndPrefix: typeof import("./troubleshooting/operations/getBackupsBySerialAndPrefix.methods").getBackupsBySerialAndPrefix;
        initiateBackupBySingleDevice: typeof import("./troubleshooting/operations/initiateBackupBySingleDevice.methods").initiateBackupBySingleDevice;
        initiateBackupByGroup: typeof import("./troubleshooting/operations/initiateBackupByGroup.methods").initiateBackupByGroup;
        getBackupsBySerial: typeof import("./troubleshooting/operations/getBackupsBySerial.methods").getBackupsBySerial;
        getBackupByName: typeof import("./troubleshooting/operations/getBackupByName.methods").getBackupByName;
        enrollEstCert: typeof import("./troubleshooting/operations/enrollEstCert.methods").enrollEstCert;
    };
};
export declare const troubleshootingDescriptions: INodeProperties[];
