export declare const withDebugId: <T>(data: T, debugId: string) => T;
