export declare const COORD_TYPE: { readonly STAGE: "stage"; readonly MAP: "map"; readonly LAYER: "layer"; }; export type CoordType = (typeof COORD_TYPE)[keyof typeof COORD_TYPE];