/** CLI 名(kebab-case)→ 实际 GraphQL 字段名(camelCase) */ export declare const OPERATION_ALIASES: Record>; export declare function resolveAlias(profile: string, kebabToken: string): string | null; /** 某 GraphQL 字段名对应的 CLI 别名(kebab) */ export declare function aliasesForGraphqlField(profile: string, graphqlFieldName: string): string[]; //# sourceMappingURL=aliases.d.ts.map