/// <reference types="node" />
/**
 * Platform error.
 */
export declare class PlatformError extends Error {
    /**
     * Construct a new Error.
     *
     * @param platform - Platform.
     */
    constructor(platform?: NodeJS.Platform);
}
