export declare const isLFS: (content: Buffer) => boolean;
export declare const getLFSObjectContentPath: (bufferContent: Buffer) => string;
