export declare class Model { protected primaryKey: string; fill(data: { [key: string]: any; }): void; getKey(): number; }