declare const AutoConfig: () => { tags: { hosts: string[]; query: Record; }[]; } | undefined; export default AutoConfig;