import { Coordinate, ItemTypeArray } from "@fjell/types"; export declare const createCoordinate: (kta: ItemTypeArray | S, scopes?: string[]) => Coordinate;