import type { BundleDeleteOptions } from '../schemas/bundle'; export declare function deleteBundleInternal(bundleId: string, appId: string, options: BundleDeleteOptions, silent?: boolean): Promise; export declare function deleteBundle(bundleId: string, appId: string, options: BundleDeleteOptions): Promise;