export declare function tryDelete(path: string, options?: {
    retry?: number;
}): Promise<void>;
