import { errors } from "faunadb";
import { ResourceType } from "../types";
declare type Status = "success" | "error" | "info";
export declare function status(message: string, status?: Status): void;
export declare function detailedError(err: errors.FaunaHTTPError, type: ResourceType): void;
export {};
