import { Comment, SwitchCase } from "estree";
export interface SortSwitchCaseOptions {
}
export declare function sortSwitchCases(cases: SwitchCase[], comments: Comment[], fileContents: string, options?: SortSwitchCaseOptions): string;
