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