import { SamlOptions } from '../../types'; export declare const createResponse: (samlOptions: SamlOptions) => string;