export declare class SetShopActiveDto {
    isActive: boolean;
}
