export declare const sortPackageJsonProps: (pkg: {
    [key: string]: any;
}) => {
    [key: string]: any;
};
export declare const isAbsPath: (str: string | undefined | null) => boolean;
