export declare function createCommand(script: string): string[]; export declare function scriptLoad(this: T, script: string): Promise;