export declare class UpdateSubadminShopsDto {
    allShops?: boolean;
    shopIds?: string[];
}
