/** * The same as `import { fill } from '@sentry/core';` but with explicit types. */ export declare function fillTyped(source: Source, name: Name, replacement: (original: Source[Name]) => Source[Name]): void; /** * Restores the original function that was previously replaced by a fill operation. * This undoes the effect of `fillTyped` by retrieving and restoring the original function. * * @param source - The object containing the function to restore * @param name - The property name of the function to restore */ export declare function restorefillTyped(source: Source, name: Name): void; //# sourceMappingURL=fill.d.ts.map