export default function copyOptions(dest: { [x: string]: any; }, src: { [x: string]: any; }): void;