/**
 * Useful when you want to quickly define a value of a specific type
 * for testing purposes
 */
export declare const fakeTypedVal: <T>() => T;
//# sourceMappingURL=debugging.d.ts.map