export interface ReactNativeStorybookOptions {
  searchDir: string[];
  outputFile: string;
  pattern: string;
  syncDeps?: boolean;
}
