interface traceErrorProps { message: string; cause: string; userId: number; } export declare function traceError({ message, cause, userId }: traceErrorProps): Promise>; export {};