export declare const getAgreementDetail: (type: string) => Promise<{
  name: string
  content: string
}>
