import type { SchemaName } from "@raytio/types"; /** Finds the label (on a profile object) which is the schema name */ export declare const findSchemaLabel: (labels: string[] | undefined) => SchemaName | undefined;