export declare function checkBgSize(url: string, projectPath?: string): Promise<void>;
export declare function checkBgSizeByLocal(imageLocalPath: string): void;
export declare function tryCheckBgSizeByLocal(url: string, projectPath: string): void;
