/** * Dotted paths of every key in `config` that the connection-page schema does * not define, at any depth (e.g. "sections.triggers", * "appearance.typography.sectionLabel.lineHeight"). Empty array = fully known. */ export declare function findUnknownConnectionPageKeys(config: unknown): string[]; //# sourceMappingURL=connectionPageConfig.d.ts.map