import { Instruction } from '../instruction'; export declare function getProcessingInstruction(instruction: Instruction, isSSR: boolean): string;