export declare const withRetryOnCode: (code: number) => (fn: () => Promise, cmd: string) => Promise; export declare const withRetryOn404: (fn: () => Promise, cmd: string) => Promise;