import Stats from './stats';
declare const ripstat: (filePath: string, timeout?: number) => Promise<Stats>;
export default ripstat;
export type { Stats };
