interface Options { field?: string; isBuild?: boolean; enabled?: boolean; entry?: string | string[]; config?: Object; } export { Options };