export interface Config { plugins: any[]; limit?: null; randomScope?: boolean; scopePosition: 'tail' | 'head'; } declare const _default: () => Config; export default _default;