export declare const createInstanceIdContext: (uuid: string) => void;
export declare const useInstanceId: () => string;
