import { PostgreSQL } from "./types"; export declare function project_has_network_access(db: PostgreSQL, project_id: string): Promise; export declare function project_datastore_set(db: PostgreSQL, account_id: string, project_id: string, config: any): Promise; export declare function project_datastore_del(db: PostgreSQL, account_id: string, project_id: string, name: string): Promise; export declare function project_datastore_get(db: PostgreSQL, account_id: string, project_id: string): Promise;