export declare function getResult<T>(fn: () => T): T | undefined;
