import { FCParams } from '../common/index';
export declare type NetParams = {
    fc: FCParams;
};
