export declare class CreateCatInput {
    name: string;
    age: number;
}
