import { IMottuOrderStore } from '../interfaces';
export declare class MottuOrderStoreEntity implements IMottuOrderStore {
    userMottuId: number;
    constructor(data?: Partial<MottuOrderStoreEntity>);
}
