import { AuthController, AuthDelegate, Authenticator, DataSource, Locale, StorageSource } from "../../models"; export declare function useBuildAuthController({ authDelegate, authentication, dateTimeFormat, locale, dataSource, storageSource }: { authDelegate: AuthDelegate; authentication?: boolean | Authenticator; dateTimeFormat?: string; locale?: Locale; dataSource: DataSource; storageSource: StorageSource; }): AuthController;