import type { Schema } from '../../schema/index.js';
export declare const isKeyAttribute: (schema: Schema) => boolean;
