interface ActionsOptions { addDecorator?: boolean; } export declare function managerEntries(entry: any[], options: any): any[]; export declare function config(entry?: any[], { addDecorator }?: ActionsOptions): any[]; export {};