/** * Get the type of the parameter, extending `typeof` to support `class` and `array` as native options. * @param {any} parameter The parameter to test. * @returns {string} The type attributed to the parameter. */ export declare function getType(parameter: any): string; //# sourceMappingURL=lazyTypeof.d.ts.map