/** * This function returns a boolean flag indicating whether the _current * directory_ has a `serverless.ts` file in it. * * Note: alternatively you can specify a directory to check */ export declare function hasServerlessTsFile(dir?: string): boolean; //# sourceMappingURL=hasServerlessTsFile.d.ts.map