import { Response } from '../utils/response';
export declare function getChainProperties(_params: Record<string, never>): Promise<Response>;
