import type { Ctx } from '../get-context/index.js';
export declare function getSortAz({ rcFile }: Ctx['config']): string[];
