export declare const coreCandle: {
    deployer: string;
    factory: string;
    feeReceiver: string;
    feeSetter: string;
};
export declare const peripheryCandle: {
    router: string;
};
