export declare type student = { id: number; key: string; name: string; foreName: string; longName: string; gender: string; };