import { BFastOptions } from "../bfast-database.option"; import { AuthAdapter } from "../adapters/auth.adapter"; import { FilesAdapter } from "../adapters/files.adapter"; import { FunctionsModel } from "../models/functions.model"; export declare function rulesRestAPI(prefix: string, authAdapter: AuthAdapter, filesAdapter: FilesAdapter, options: BFastOptions): FunctionsModel; export declare function authJwk(options: BFastOptions): FunctionsModel;