import { Resource } from "../types";
export default function createFunctionsWithoutRoles(resources: Resource[]): Promise<object>;
