export declare function normalizeScope(scope: { filePaths?: string[]; folderPath?: string[] | string; }): { filePaths?: string[]; folderPath?: string[]; };