export declare const displayCrashLogs: (res: { type: "crash"; cloudRunEndpoint: string; message: "Service crashed without sending a response. Check the logs in GCP console."; requestStartTime: string; requestCrashTime: string; requestElapsedTimeInSeconds: number; }, logLevel: "error" | "info" | "trace" | "verbose" | "warn") => Promise;