/**
 * Source code assumptions:
 *  - Arrays have predetermined size
 *  - No pointers
 */
export default class TraceInstrumentation {
    static instrument(funName: string): void;
}
//# sourceMappingURL=TraceInstrumentation.d.ts.map