export declare enum InsertMethod { NO = "NO", FIRST = "FIRST", LAST = "LAST" }