export default class Model {
    protected attributes: object;
    constructor();
    getAttributes(): object;
}
