export declare const isMobileFormatter: {
    name: string;
    read(): boolean;
};
