export declare type Config = { id: number; field: string; value: string; createdAt: string; updatedAt: string; deletedAt?: string | null; };