export interface WiktionaryQuotation { kind: 'quotation'; source: string; citation: string; quote?: readonly string[]; }