export declare function createCommand(library: string): string[]; export declare function functionDelete(this: T, library: string): Promise<"OK">;