export declare type TermsOfService = {
    id: string;
    create_at: number;
    user_id: string;
    text: string;
};
