declare const inviteNotebookToPage: ({ notebookPageId, notebookUuid, email, }: { notebookPageId: string; notebookUuid: string; email?: string | undefined; }) => Promise<{ uuid: string; workspace: string; appName: string; }>; export default inviteNotebookToPage;