export declare class Reflection {
    static getNameOfNthMethodOffStackTrace(error: Error, n: number): string | undefined;
}
