import { Database } from "./types";
export declare function public_access_request(_opts: {
    database: Database;
    project_id: string;
    path: string;
}): Promise<void>;
