export interface TruncateOptions {
    table: string;
}
