export declare const GKN_SERVICE_ENDPOINTS: Record; export type GknData = { id: string; chains: { ethereum?: { chainSpecificId?: string; }; }; }; export declare const getGatekeeperNetworkData: (stage: string, gknId: string) => Promise;