export function transformArguments(name: string): Array { return ['MODULE', 'UNLOAD', name]; } export declare function transformReply(): string;