export interface IStatementGiver {
    getStmt(): string;
}
