import { FatalError } from '../../taco-commands/utils/logging';
export declare function preProcessHandlers(tacoRootPath: string): string[];
export declare function postProcessHandlers(tacoRootPath: string): void;
export declare function validateEntryFileNames(entries: string[]): undefined | FatalError;
