export function getLawList(): Promise<{ lawID: string; lawNum: string; lawTitle: string; abbrev: string[]; }[]>;