import type { FpKeyResponse } from '../types';
export declare function getFishermanConfig(token: string, baseUrl: string): Promise<FpKeyResponse | undefined>;
