import { RemaxOptions, AppConfig, Entries } from 'remax-types'; import { Context } from './types'; export declare function searchFile(file: string, strict?: boolean): string; export declare const getAppConfig: (options: RemaxOptions) => AppConfig; export default function getEntries(options: RemaxOptions, context?: Context): Entries;