/** * @pwngh/economy-lab * * Copyright (c) Preston Neal * * This source code is licensed under the MIT license found in the * LICENSE.md file in the root directory of this source tree. * * @license MIT */ /** * The canonical schema, rewritten to the partitioned layout. Throws when a rewrite anchor no * longer matches the canonical text — the file changed and the transform must be updated with * it, not silently skipped. */ export declare function partitionedSchemaSql(canonical: string): string;