import { Transform } from "../transform";
export declare class XmlDsigBase64Transform extends Transform {
    Algorithm: string;
    /**
     * Returns the output of the current XmlDsigBase64Transform object
     */
    GetOutput(): any;
}
