import { Layer } from './types'; export declare const transWebCode: (data: Layer[], codeData: Layer[]) => Layer[];