export function createForm(props: any): Form; export function shouldCRUD(Store: any, props: any): Promise; export function createDoc(store: any, fieldValues: any): Promise; export function updateDoc(store: any, fieldValues: any): Promise; export function shouldGetAll(Store: any, props: any): Promise; export function shouldMove(Store: any, props: any): Promise; import Form from "../form";