declare class NonRetryableError extends Error { constructor(message: string); } declare const EXIT_CODE_NO_RETRY = 78; export { EXIT_CODE_NO_RETRY, NonRetryableError };