import { postSwitch } from './operations/postSwitch.methods';
/**
 * All operations available for the actioncommand resource
 */
export declare const actioncommandOperations: {
    postSwitch: typeof postSwitch;
};
/**
 * Check if a actioncommand operation exists
 *
 * @param operation Operation name to check
 * @returns boolean indicating if the operation exists
 */
export declare function hasActioncommandOperation(operation: string): boolean;
