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