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