/** * @author: JP Lew (jp@cto.ai) * @date: Monday, 29th April 2019 5:55:21 pm * @lastModifiedBy: Prachi Singh (prachi@hackcapital.com) * @lastModifiedTime: Friday, 3rd May 2019 4:57:23 pm * @copyright (c) 2019 CTO.ai */ export declare const handleUndefined: (undefinedParam: string) => never; export declare const handleMandatory: (paramName?: string | undefined) => never;