import { ICRequest } from "./request.js";
/**
 * Requests information about this controller such as owner, address, etc.
 *
 * @returns the object used to issue this request
 */
export declare function GetSystemInformation(): ICRequest;
