/** * Returns filename of handler, given full path to source file */ export declare function getHandlerFilenameFromSrcPath(srcPath: string): string;