declare function createClaimableDatabase(dbId: string, launchpadUrl: URL): Promise<string>;

export { createClaimableDatabase };
