export declare const setGlobalOwnership: (options: any) => void; export declare const getOwnerShip: (key: string, type?: string) => string | number | boolean | (string | number | boolean | null)[] | null | undefined; export declare const setOwnership: (key: string, value: any) => void;