import { CreateGeneralLandingPageDto } from "./create-general-landing-page.dto";
declare const UpdateGeneralLandingPageDto_base: import("@nestjs/mapped-types").MappedType<Partial<CreateGeneralLandingPageDto>>;
export declare class UpdateGeneralLandingPageDto extends UpdateGeneralLandingPageDto_base {
}
export {};
