export declare class InstallationTimestampGetError extends Error {
    constructor(err: NodeJS.ErrnoException);
}
