export declare function getFileNameFromVarName(varName: string): string;
export declare function getFunctionName(name: string, filePath: string): string;
/**
 * This function return lambda function file path name for local machine.
 * This is to handle same name controller issue.
 */
export declare function getFilePathName(varName: string, filePath: string): string;
export declare function getClassNameWithSuffix(className: string, filePath: string): string;
