/**
 * Предоставляет информацию о системе
 *
 * @returns информацию о CSP
 */
export declare const getCspVersion: () => Promise<string>;
