import { PixError } from '../types/pixError'; export declare function generateErrorObject(message: string): PixError;