import { ApiKey } from "./../Objects/ApiKey.js";
export declare function GetApiKeys(host: string, apikey: string): Promise<void | ApiKey[]>;
