/** * Create or get the demo attribute group */ export declare function seedAttributeGroup(): Promise; /** * Seed product attributes from JSON file */ export declare function seedAttributes(demoAttributeGroupId: number): Promise;