import { State } from '../state-machine/states'; interface Props { destinationScreen?: RegExp | string; } export default function useProfilerState({ destinationScreen }: Props): State | undefined; export {}; //# sourceMappingURL=useProfilerState.d.ts.map