export declare const fromGlobalId: (globalId: string) => string; export declare const toGlobalId: (type: string, name: string) => string;