export declare class Generator {
    private static auto_increment_id;
    static GenAutoIncrementId(): number;
}
