/**
 * Helper function to get a string representation of an error.
 * @param error unknown
 * @returns a string representation of the error
 */
export declare function getErrorMessage(error: unknown): string;
