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