import { Pubspec, PubspecLock } from './schema';
export declare function parsePubspec(fileName: string, fileContent: string): Pubspec | null;
export declare function parsePubspecLock(fileName: string, fileContent: string): PubspecLock | null;
