declare type NodeApi = { url: string; }; export declare const nodeApiFilter: (nodeApis: NodeApi[]) => string[]; export {};