export declare function getFileConventions(): Promise<{
  rule: string;
  title: string;
  path: string;
}[]>;