/** * Gets a list of all typescript files under the `src/handlers` * directory that have a `handlers` export. */ export declare function getValidServerlessHandlers(): string[]; //# sourceMappingURL=getValidServerlessHandlers.d.ts.map