import type { Project } from '../project'; export declare const createSandboxedRegisterExplicitId: (project: Project) => (table: string, key: string) => string;