import { Address } from '../../types/Common';
import { SupportedChainId } from '../../types/Chains';
export declare const routes: {
    meta: string;
    health: string;
    chains: string;
    auth: string;
    dao: string;
    proposal: (chainId: SupportedChainId, address: Address) => string;
    comment: (chainId: SupportedChainId, address: Address, slug: string) => string;
};
