import { Mode } from './../enums'; export declare const detectMode: (str: string) => Mode;