export declare function asyncRemoveDepndentUrls(options?: any): Promise<any>[] | undefined;
export declare function asyncRemoveIBSheetElements(options?: any, onlySheet?: boolean): Promise<any>[];
export declare function asyncRemoveItemUrls(options?: any): Promise<any[]>;
