export function inferFormat(scan: any, options?: {}): {
    align: string;
    format: {
        utc: boolean;
        digits: number;
    };
};
