export declare function createCommand(code: string, replace: boolean): string[]; export declare function functionLoad(this: T, code: string, replace?: boolean): Promise;