/** Attach given Graylog stream to role */
export interface RolePermissionStreamCreation {
    /** Stream ID */
    streamId: string;
}
//# sourceMappingURL=RolePermissionStreamCreation.d.ts.map