import { Profile } from 'pprof-format'; export { Profile } from 'pprof-format'; /** * Load and parse a pprof file from a URL, returning the Profile object */ export declare function fetchProfile(url: string): Promise; //# sourceMappingURL=parser.d.ts.map