import { PHPInstruction } from "../../../PackageSystem/Instructions/PHPInstruction";
import { InstructionCompiler } from "./InstructionCompiler";
/**
 * Provides the functionality to compile PHP-instructions.
 */
export declare class PHPInstructionCompiler extends InstructionCompiler<PHPInstruction> {
    /**
     * @inheritdoc
     */
    Serialize(): Document;
}
