export declare type PaymentMethods = { id: number; title?: string | null; slug?: string | null; createdAt: string; updatedAt: string; deletedAt?: string | null; };