export declare const PROJECT_ID_PLACEHOLDER = "__AUTO__"; export declare const asyncSleep: (ms: number) => Promise; export * from "./retry";