import "dotenv/config";
import type { ReliverseMemory } from "../utils/schemaMemory.js";
export declare function auth({ isDev, useLocalhost, }: {
    isDev: boolean;
    useLocalhost: boolean;
}): Promise<void>;
export declare function authCheck(isDev: boolean, memory: ReliverseMemory, useLocalhost: boolean): Promise<void>;
