export declare class BaseTypedef { _id: string; id: string | number; localizedName: object; createdAt: Date; updatedAt: Date; sqlId: string | number; isActive: number | boolean; } export declare class BasePagination { page: number; pageSize: number; sortBy: string; orderBy: string; } export declare class BaseCondition { includeTotalItems: boolean; keyword: string; } export declare const BaseListResponse: ({ viewDto, conditionTypedef, paginationTypedef, }: any) => any; //# sourceMappingURL=base.typedef.d.ts.map