import { TomSettings } from './types/index';
export default function getSettings(input: HTMLInputElement, settings_user: TomSettings): TomSettings;
