/** * Finds all typescript files in the `src/handlers` * directory which have a **handler** export. */ export declare function findAllHandlerFiles(): Promise; //# sourceMappingURL=findAllHandlerFiles.d.ts.map