import type { SchemaSnapshot } from "../types.js"; /** * Every custom setting the schema's policies consult, in a stable order. * * Read from the policy text rather than from a configuration key, because the * product's specification is zero configuration: a founder who has to tell us * the name of their session variable is a founder who has already stopped. */ export declare function identitySettings(snapshot: SchemaSnapshot): string[];