export function transformArguments(script: string): Array { return ['SCRIPT', 'LOAD', script]; } export declare function transformReply(): string;