import type { PermissionSchemaConfig } from "./types.js"; export declare function createPermissionSchema(config: T): T;