/** * This function is a placeholder for a user-defined composable that returns the Drizzle instance. * Users should implement this function in their application to provide the actual Drizzle instance. */ export declare function useDrizzle(): { dialect: { migrate: () => never; }; };