import { BaseSeeder } from './base-seeder';
export declare class BaseDataSeeder extends BaseSeeder {
    /**
     * Get the correct table name for base templates using dynamic mapping
     */
    private getBaseTemplateTableName;
    /**
     * Check if a column exists in a table (helper method)
     */
    private columnExists;
    /**
     * Get the correct column name for a field, checking config and existence
     */
    private getColumnMapping;
    /**
     * Get column mapping from configuration with enhanced support
     */
    private getConfigColumnMapping;
    seed(): Promise<void>;
    private seedCategories;
    private seedBaseTemplates;
    /**
     * Legacy function for backward compatibility
     * @deprecated Use seedCategories instead
     */
    private seedGearCategories;
}
//# sourceMappingURL=base-data-seeder.d.ts.map