/** * Helper to get error message from unknown error. */ export declare const getErrorMessage: (error: unknown, fallback: string) => string;