/** Information for Logs Data Platform. */
export interface Ldp {
    /** The certificate required to authenticate with the entrypoint of the Logs Data Platform. */
    certificate: string;
    /** The URL for the entrypoint of the Logs Data Platform. */
    entrypoint: string;
}
//# sourceMappingURL=Ldp.d.ts.map