import { Structure, SKLayer } from '../../types'; declare const parseStructure: (layer: SKLayer) => Structure; export default parseStructure;