export declare function devAssert(message: string, details?: Record, options?: { skipStackLines?: number; depth: number; }): any;