import { ParrotModel } from './parrot.model';
export declare const parrotsData: ParrotModel[];
