/** * * @param {any} value * @param {string} type * @throws {?TypeError} */ export declare const assert: (value: any, type: string) => void;