import { Layer } from '../../types'; export declare const translateCycle: (layers: any, parent?: Layer) => any;