Version: 24.2.0-alpha.024.3.024.9.025.0.025.1.025.2.0-alpha.8625.2.025.2.1-alpha.125.2.1-alpha.225.2.125.2.625.5.026.0.0-alpha.026.0.0-alpha.126.0.026.1.026.3.026.5.026.6.227.0.0-next.027.0.0-next.327.0.127.0.627.4.027.5.027.5.128.0.0-alpha.028.0.0-alpha.328.0.0-alpha.628.0.0-alpha.928.0.0-alpha.1028.0.0-alpha.1128.0.028.0.228.1.229.0.0-alpha.029.0.0-alpha.129.0.0-alpha.229.0.0-alpha.329.0.0-alpha.529.0.0-alpha.629.0.029.2.029.4.229.4.329.6.029.6.330.0.0-alpha.030.0.0-alpha.130.0.0-alpha.230.0.0-alpha.330.0.0-alpha.430.0.0-alpha.530.0.0-alpha.6
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
import callsites = require('callsites');
export declare function getCallsite(
level: number,
sourceMaps?: SourceMapRegistry | null,
): callsites.CallSite;
export declare type SourceMapRegistry = Map<string, string>;
export {};